Jump to content
IGNORED

Happy (1 week late) 15th Birthday batari Basic!


kisrael

Recommended Posts

There are now some very good 2600 games (and some 7800 ones too) that wouldn't exist otherwise, without Fred's vision and follow-through! ?

 

This is without even considering the impact of his other projects, like Harmony. (If you could hear it, I'd start a chorus of "for he's a jolly good fellow" ? so perhaps it's for the best you can't hear it.)

  • Like 5
Link to comment
Share on other sites

1 hour ago, RevEng said:

There are now some very good 2600 games (and some 7800 ones too) that wouldn't exist otherwise, without Fred's vision and follow-through! ?

 

This is without even considering the impact of his other projects, like Harmony. (If you could hear it, I'd start a chorus of "for he's a jolly good fellow" ? so perhaps it's for the best you can't hear it.)

Some good ones... and some... worthy experiments :-D
 

I used to be more of a "4K" purist, but I think the sweet spot for Batari might be the DPC+ stuff... just, if you're not going to take on handrolling you're own kernal, you might need the wiggleroom that provides, or else the easy path you took might become a little too obvious.

  • Like 1
Link to comment
Share on other sites

59 minutes ago, kisrael said:

I used to be more of a "4K" purist, but I think the sweet spot for Batari might be the DPC+ stuff... just, if you're not going to take on handrolling you're own kernal, you might need the wiggleroom that provides, or else the easy path you took might become a little too obvious.

Yep, the more powerful the hardware, the narrower the gap between basic games and assembly games. DPC+ helps greatly in that regard, and has silenced those old occasional complaints about all bB games "looking the same".

 

I noticed the same thing in 7800basic too, though more exaggerated there, because there's no display kernel as such on the 7800.

  • Like 3
Link to comment
Share on other sites

batari Basic is what got my feet wet with programing and without it i probably wouldn't have been able to complete my life long dream of creating a 2600 game (well several now). Maybe i would have kept trying with assembler however the basic language just sits well with me and is a comfortable environment. Now with learning 7800basic and having all these resources im kind of overwhelmed with the possibilities. Thanks to everyone that puts in the hardyards maintaining these languages for us. Both bB and 7800basic are perfect for my needs and much appreciated ?

Edited by TwentySixHundred
  • Like 2
Link to comment
Share on other sites

I'm not sure I would have ever gotten into Atari 2600 development either if I didn't start with bB. Also, after I learned to make games with assembly, I was even more impressed by the magnitude of the feat of creating a working Atari 2600 Basic compiler. I'm guessing many people would have said that it wouldn't be possible.

Link to comment
Share on other sites

4 minutes ago, Karl G said:

I'm not sure I would have ever gotten into Atari 2600 development either if I didn't start with bB. Also, after I learned to make games with assembly, I was even more impressed by the magnitude of the feat of creating a working Atari 2600 Basic compiler. I'm guessing many people would have said that it wouldn't be possible.

Yeah, I woulda probably been a skeptic.

And in defense of that view - you still can't do a Kernal in Basic! But the original bB found a great compromise, and DPC+ built on that. (I wonder how many people use bB for a the rough draft then go to assembly...)

And you know, it really goes to show how surprisingly similar old BASIC was to assembly - Goto/Goub vs "proper" functions etc...
(and it's interesting that early slow 8-bit computers went with interpreted Basic... compiled Basic was possible but kind of a novelty...)

Link to comment
Share on other sites

3 hours ago, kisrael said:

Yeah, I woulda probably been a skeptic.

And in defense of that view - you still can't do a Kernal in Basic! But the original bB found a great compromise, and DPC+ built on that. (I wonder how many people use bB for a the rough draft then go to assembly...)

And you know, it really goes to show how surprisingly similar old BASIC was to assembly - Goto/Goub vs "proper" functions etc...
(and it's interesting that early slow 8-bit computers went with interpreted Basic... compiled Basic was possible but kind of a novelty...)

I am currently working on a game, and using bBasic for the rough draft. Trying to start in assembly is extremely hard, because getting multiple players, missiles and playfield updates on the screen is extremely difficult. 
 

I figure with bBasic / DPC+ I can work on the game logic and get a feel of how the game could look (if I can fit it all in the kernel), before trying to do the game in assembly. Trying to get an every marginally complicated kernel working without tutorials for all the more complicated kernels (switchdraw, skipdraw, dodraw, maskdraw) makes it a chore to get anything going on the screen. 

 

Link to comment
Share on other sites

6 hours ago, kisrael said:

And in defense of that view - you still can't do a Kernal in Basic! 

Bah, sure you can...

 

bbkernel.bas bbkernel.bas.bin

 

...oh wait, you probably meant a non-rubbish kernel. Fair enough. ?

 

This is a general problem for any higher level language targetting the 2600. A kernel is going to be crippled unless the higher level language exposes stuff like cycle counts and page crossing penalties, at which point the higher level language starts to look an awful lot like assembly language.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...