yuppicide Posted May 1, 2009 Share Posted May 1, 2009 Would anyone be interested in doing a bB game compilation? Here's what I am thinking.. 1. 8K Superchip (possibly 16k) : 3 people will each design a 2k game. If we have more than 3 people we'd move up to 16k or we can each do 4k games. 2. A simple menu will reside in BANK 1, which will switch to another bank where a game resides. Game must stay within 1 bank. 3. PFRES is 32 : This will allow the maximum screen resolution. 4. No variables will be DIMmed. When the menu switches to your bank, just have a routine to set/reset variables in the beginning. If someone can add some things I missed let me know. I wouldn't mind getting our creation on cartridge, but I don't plan on profiting off this much if at all. I'd like to sell the cartridge at cost or maybe make $1 per cart per person. Quote Link to comment Share on other sites More sharing options...
CurtisP Posted May 22, 2009 Share Posted May 22, 2009 I would put Silhoutte on it. It's currently 4k. Don't know if I could get it down to 2k. Quote Link to comment Share on other sites More sharing options...
Impaler_26 Posted May 22, 2009 Share Posted May 22, 2009 I would like to have a bB multicart, but why use the Superchip? IMO we could make a bB compilation with some 4K games using the standard kernel. This could be something in the spirit of the 2005 Minigame Multicart, with some simple but fun to play games like Solar Plexus or Ooze!. It's pretty hard to make a good 2K game with bB as the kernel itself already needs about 1K so i guess 4K would be the way to go... Something similar with 6 bB games and 1 ASM game is already planned at atari2600.com Quote Link to comment Share on other sites More sharing options...
yuppicide Posted May 22, 2009 Author Share Posted May 22, 2009 Hey, that's pretty awesome. I have to remember to check that out later or sign up for the mailing list. I wonder where he's getting his full color boxes done? Quote Link to comment Share on other sites More sharing options...
Impaler_26 Posted May 22, 2009 Share Posted May 22, 2009 Hey, that's pretty awesome. I have to remember to check that out later or sign up for the mailing list. I wonder where he's getting his full color boxes done? I signed up for the mailing list in January but didn't get anything yet. I really wonder when this cart will be released... Quote Link to comment Share on other sites More sharing options...
yuppicide Posted May 24, 2009 Author Share Posted May 24, 2009 Why use the Superchip? Because 99% of the games I am trying to design use the SC. I just can't seem to do anything interesting without it. Quote Link to comment Share on other sites More sharing options...
Impaler_26 Posted May 24, 2009 Share Posted May 24, 2009 Why use the Superchip? Because 99% of the games I am trying to design use the SC. I just can't seem to do anything interesting without it. Yeah, using the Superchip is a nice option. The thing is just if you wanna make carts it will be more more expensive and difficult to make them with a Superchip. Quote Link to comment Share on other sites More sharing options...
Animan Posted June 29, 2009 Share Posted June 29, 2009 Sounds great. As soon as i can get bB to work (http://www.atariage.com/forums/index.php?showtopic=146426), i would join in. Quote Link to comment Share on other sites More sharing options...
Nukey Shay Posted June 29, 2009 Share Posted June 29, 2009 Why use the Superchip? Because 99% of the games I am trying to design use the SC. I just can't seem to do anything interesting without it. Pretend the option doesn't exist. You may surprise yourself. Quote Link to comment Share on other sites More sharing options...
bongomeno Posted June 29, 2009 Share Posted June 29, 2009 How is ths going? If you want, you can use my 4k game i am making 'Magic Run'. Its a shooter with RPG elements. You can see the post for it at: Magic Run I am still working on it, but I am about to update it. Quote Link to comment Share on other sites More sharing options...
RevEng Posted June 29, 2009 Share Posted June 29, 2009 BTW, there's no need for the games to share pfres or even a common kernel. Just compile the menu and each game as a 4k bin. Then just stick them all together. Your menu program will setup a ram-based bank-switch and jump to $1000. Each game is then it's own entity, and you can dim/pfres/kernel-hack each one individually. Quote Link to comment Share on other sites More sharing options...
+batari Posted June 29, 2009 Share Posted June 29, 2009 (edited) Why use the Superchip? Because 99% of the games I am trying to design use the SC. I just can't seem to do anything interesting without it. Yeah, using the Superchip is a nice option. The thing is just if you wanna make carts it will be more more expensive and difficult to make them with a Superchip. This will change in a few months with the Melody board (which is a stripped down Harmony intended for homebrew releases.) I used to call this "standalone Harmony" but decided to change the name to better distinguish it from the Harmony Developer's cart. Edited June 29, 2009 by batari Quote Link to comment Share on other sites More sharing options...
MausGames Posted June 30, 2009 Share Posted June 30, 2009 I think it's more complicate than that with a bB compilation, because of the way bB stuffs the kernel, the player graphics, and the playfield definitions all in one bank. BTW, there's no need for the games to share pfres or even a common kernel. Just compile the menu and each game as a 4k bin. Then just stick them all together. Your menu program will setup a ram-based bank-switch and jump to $1000. Each game is then it's own entity, and you can dim/pfres/kernel-hack each one individually. Quote Link to comment Share on other sites More sharing options...
MausGames Posted June 30, 2009 Share Posted June 30, 2009 Why use the Superchip? Because 99% of the games I am trying to design use the SC. I just can't seem to do anything interesting without it. Don't worry about it, the Superchip option is always what I use by default. Most of the standard kernel games that have been made could have had much nicer graphics with the Superchip, so it's worth using every time if for no other reason than to improve your games visually. Quote Link to comment Share on other sites More sharing options...
Nukey Shay Posted June 30, 2009 Share Posted June 30, 2009 I think it's more complicate than that with a bB compilation, because of the way bB stuffs the kernel, the player graphics, and the playfield definitions all in one bank. You mean have the kernel for all games located in 1 bank? That's provided that each programmer was using the same kernel options for their game. bBasic still needs to convert the Basic code into .asm routines. So if one game is calling on a module that the others can do without, the other games lose resources that they could otherwise use for the program itself. Otherwise, you are better off using a total seperate binary for each game...just like common multicarts. You could stick them together if you wanted (and still reach the objective of the original post...multiple games in 1 chip)...but each program would be completely independant...and no resources would be sapped between them. Quote Link to comment Share on other sites More sharing options...
RevEng Posted June 30, 2009 Share Posted June 30, 2009 (edited) I think it's more complicate than that with a bB compilation, because of the way bB stuffs the kernel, the player graphics, and the playfield definitions all in one bank. It's no more complicated for 4k bB binaries than it is for other 4k binaries. For a proof-of-concept, here is the beginnings of a simple bank-switching menu program written in bB. I decided to jump to the reset vector rather than jump to $1000 as I mentioned earlier - in case the two differed in bB and it had some special reset-cleanup. Not sure if this is the best approach or not, but it works. If you want to use this with other non-bB bins, then you might care to change the last $FC and $FF bytes to $00 and $10. binary... gameselect.bas.bin source files... gameselect.bas score_graphics.asm.txt To build your own menu, compile gameselect.bas, then concatenate 3 files onto gameselect.bas.bin. In linux/cygwin/MacOS/*BSD use "cat file1.bin file2.bin file3.bin >> gameselect.bas.bin". In DOS/Windows-CMD I believe something like the following should work "copy /b gameselect.bas.bin+file1.bin+file2.bin+file3.bin full_gameselect.bas.bin" It would be fairly simple to embellish this program to include unique player/playfield graphics for each game selected. I leave this as an exercise to the reader. Feel free to take this program and use it as your own. Edited June 30, 2009 by RevEng Quote Link to comment Share on other sites More sharing options...
Nukey Shay Posted June 30, 2009 Share Posted June 30, 2009 If you want to use this with other non-bB bins, then you might care to change the last $FC and $FF bytes to $00 and $10. ...or using the initial difficulty switch settings to flip to the appropriate bank. There's 4 combinations that can be read directly on power-up...so that would work for 4x4k games and 4x8k games using no special tricks. ex: LDA SWCHB ROL ROL ROL AND #3 TAX LDA $FFF6,X Quote Link to comment Share on other sites More sharing options...
yuppicide Posted June 30, 2009 Author Share Posted June 30, 2009 Hey that's great! I only get game 1 or game 3.. is that meant to be? I never saw #2. I think it's more complicate than that with a bB compilation, because of the way bB stuffs the kernel, the player graphics, and the playfield definitions all in one bank. It's no more complicated for 4k bB binaries than it is for other 4k binaries. For a proof-of-concept, here is the beginnings of a simple bank-switching menu program written in bB. I decided to jump to the reset vector rather than jump to $1000 as I mentioned earlier - in case the two differed in bB and it had some special reset-cleanup. Not sure if this is the best approach or not, but it works. If you want to use this with other non-bB bins, then you might care to change the last $FC and $FF bytes to $00 and $10. binary... gameselect.bas.bin source files... gameselect.bas score_graphics.asm.txt To build your own menu, compile gameselect.bas, then concatenate 3 files onto gameselect.bas.bin. In linux/cygwin/MacOS/*BSD use "cat file1.bin file2.bin file3.bin >> gameselect.bas.bin". In DOS/Windows-CMD I believe something like the following should work "copy /b gameselect.bas.bin+file1.bin+file2.bin+file3.bin full_gameselect.bas.bin" It would be fairly simple to embellish this program to include unique player/playfield graphics for each game selected. I leave this as an exercise to the reader. Feel free to take this program and use it as your own. Quote Link to comment Share on other sites More sharing options...
RevEng Posted June 30, 2009 Share Posted June 30, 2009 (edited) Keep holding up or keep holding down. It cycles through the numbers. Admittedly the UI could be improved - I was just going for a quick proof of concept. It will likely be more friendly if you shorten the jdelay=60 assignments to 20 or 30, and also add in a line that sets jdelay=0 if there's no joystick input. Edited June 30, 2009 by RevEng Quote Link to comment Share on other sites More sharing options...
Animan Posted June 30, 2009 Share Posted June 30, 2009 Well, i got a game I'm making that's 2k, Endless Road. I'll see if i can finish it. Quote Link to comment Share on other sites More sharing options...
lucifershalo Posted July 1, 2009 Share Posted July 1, 2009 what about doing a poll and ask people to vote for their 4 favorite bB games? Quote Link to comment Share on other sites More sharing options...
Animan Posted July 1, 2009 Share Posted July 1, 2009 what about doing a polland ask people to vote for their 4 favorite bB games? Maybe 7 if were doing bankswitching. Or 15. Or even 31 Quote Link to comment Share on other sites More sharing options...
yuppicide Posted July 2, 2009 Author Share Posted July 2, 2009 I was definitely doing bank switching.. Quote Link to comment Share on other sites More sharing options...
yuppicide Posted July 2, 2009 Author Share Posted July 2, 2009 See your PM's. I had a question in regards to memory locations.. Keep holding up or keep holding down. It cycles through the numbers. Admittedly the UI could be improved - I was just going for a quick proof of concept. It will likely be more friendly if you shorten the jdelay=60 assignments to 20 or 30, and also add in a line that sets jdelay=0 if there's no joystick input. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.