
Poll Closed - Additional Free-For-All entries now posted
Moderator: Moderators
I just tried out the entries with my PowerPak, and I'm impressed.
Thwaite: This one was really challenging. I only made it to the end of the second night. But I had alot of fun. I look forward to seeing where you take this project.
FHBG: Very unique, though, I think something is wrong with the collision detection. The player's character kept getting stuck on the walls
LAN Master: I really enjoyed this one. I managed to plow through all fifty levels in about forty minutes. There where some issues with the ending screen though. The music didn't play at a steady rate, and there where several flickering sprites on the right side of the edge of the screen.
Lawn Mower: This one was also very enjoyable, and very challenging. I didn't have any issues with this one on real hardware.
I look forward to purchasing the multi-cart and supporting the competition. Great job guys!
Thwaite: This one was really challenging. I only made it to the end of the second night. But I had alot of fun. I look forward to seeing where you take this project.
FHBG: Very unique, though, I think something is wrong with the collision detection. The player's character kept getting stuck on the walls
LAN Master: I really enjoyed this one. I managed to plow through all fifty levels in about forty minutes. There where some issues with the ending screen though. The music didn't play at a steady rate, and there where several flickering sprites on the right side of the edge of the screen.
Lawn Mower: This one was also very enjoyable, and very challenging. I didn't have any issues with this one on real hardware.
I look forward to purchasing the multi-cart and supporting the competition. Great job guys!
- NESHomebrew
- Formerly WhatULive4
- Posts: 418
- Joined: Fri Oct 30, 2009 4:43 am
- Contact:
I also had this problem with an earlier revision of the rom. The newer one worked fine in an emulator (shows a scrolling message), but I hadn't tried it on hardware yet.mbrenaman wrote:
LAN Master: I really enjoyed this one. I managed to plow through all fifty levels in about forty minutes. There where some issues with the ending screen though. The music didn't play at a steady rate, and there where several flickering sprites on the right side of the edge of the screen.
Bad news: Some of the 16 KiB games were linked at $8000-$BFFF and some at $C000-$FFFF. This means the fixed-$8000 mapper used for my last multicart won't be so helpful.
Good news: The NMI handlers of Thwaite and Lawn Mower are identical, so they can share a bank.
And I should be able to hijack FHBG's NMI handler to act as the NMI handler for the menu code itself.
So the most likely candidate mapper for making this multicart is probably #34 BNROM. Here are a few sources of BNROM compatible boards:
Good news: The NMI handlers of Thwaite and Lawn Mower are identical, so they can share a bank.
Code: Select all
nmi_handler:
inc nmis
rti
So the most likely candidate mapper for making this multicart is probably #34 BNROM. Here are a few sources of BNROM compatible boards:
- Deadly Towers was released on BNROM.
- AOROM games can be rewired to BNROM.
- SGROM, an MMC1 board, has a BNROM-like mode.
- BNROM and SGROM compatible boards are available from RetroZone.
- Memblers made UNROM and GNROM compatible boards; I guess he should be able to make BNROM.
I made a BNROM-type board, prototyped it almost 2 years ago and never ordered more because I hadn't needed it yet. It was that unpopulated yellow one I brought to the MGC show. It can go up to 512kB. It says "Garage Cart" on it, unless we want to pay $80 to get the design changed (I'd just as well not, it'll be in a case anyways
).
We'll probably have a lot of space for music (if not, we could use tokumaru's CHR codecs, heheh). Would be cool to get the space filled up with some interesting music, if we use NT2 I have some stuff, tepples has some great stuff too (that Mouser remix seems suitable here, heheh). If given the chance, I'd also nominate Neil Baldwin to make something.
I thought it was fun with Garage Cart, for the menu music on there there is a default song when you power it up, but when you reset it plays a different song depending on what game you played last (but you can change it with the controller anytime also).

We'll probably have a lot of space for music (if not, we could use tokumaru's CHR codecs, heheh). Would be cool to get the space filled up with some interesting music, if we use NT2 I have some stuff, tepples has some great stuff too (that Mouser remix seems suitable here, heheh). If given the chance, I'd also nominate Neil Baldwin to make something.

I thought it was fun with Garage Cart, for the menu music on there there is a default song when you power it up, but when you reset it plays a different song depending on what game you played last (but you can change it with the controller anytime also).
Then that settles it: BOROM (#34, 256 KiB PRG) it is, despite that it's a slight waste of ROM space. The games put together total 96 KiB PRG and 40 KiB CHR. But at least this way, each game will get its own 32 KiB PRG space with its own vectors, even if half that space is covered up by other games' compressed CHR.Memblers wrote:I made a BNROM-type board [...] It can go up to 512kB.
Someone compared one of the entries to the Action 52 games. Action 52 opens with the "Yeah! Woo!" sample from "Think (About It)" by Lyn Collins. How hard would it be to recreate that drum line in NT2?We'll probably have a lot of space for music
I was already planning on using the same codec I used for the MGC cart. The fixed version of FHBG uses only about 6.5 KiB of its PRG after Nova stripped out a bunch of dummied-out code, and I'd bet at least two games' compressed CHR (if not three) would have fit in the remaining 9.5 KiB if we were still using 16 KiB banks.(if not, we could use tokumaru's CHR codecs, heheh).
Are there any official graphics to be used? The MGC cart used the logo from the MGC web site.
I'd be more then willing to help you get it fixed, especially if the fix can make it on the mutli-cart. PM if you're interested.It always worked in all the emulators. If the problem was visible in an emulator, I'd fixed it long ago. It is also second time when none of emulators shows a problem that is present on hardware.
I'll try to fix it when I find someone with PP to test my fixes.
mbrenaman, I'm actually PMed you few hours before your post, and still got no answer.
Anyway, I made an attempt to fix the problem. Those who both have PowerPak and know the passcode to the final cut, please download updated version, check it, and tell me if the problem is still there.
Edit: as mbrenaman reported in a PM, the ending screen problem is fixed, but there is other one, when you continue the game using a pass code, a part of the cursor is missing. I made another fix that needs to be tested, download link is the same.
Anyway, I made an attempt to fix the problem. Those who both have PowerPak and know the passcode to the final cut, please download updated version, check it, and tell me if the problem is still there.
Edit: as mbrenaman reported in a PM, the ending screen problem is fixed, but there is other one, when you continue the game using a pass code, a part of the cursor is missing. I made another fix that needs to be tested, download link is the same.
- NESHomebrew
- Formerly WhatULive4
- Posts: 418
- Joined: Fri Oct 30, 2009 4:43 am
- Contact:
The bugs in Lan Master were fixed with help of mbrenaman. Both the game and source code available on my website. I think it is good idea to update it on the compo site too.
Thanks. Now I have an improved FHBG and an improved Lan Master. Now I just have to coax my menu software to boot the ROMs with 32K bankswitching.
For the multicart, I'll need 64x56 pixel screenshots and 32x32 pixel icons. Here are the pictures I came up with. If you think you can do better, go ahead (limit 4 colors, one of them black).


For the multicart, I'll need 64x56 pixel screenshots and 32x32 pixel icons. Here are the pictures I came up with. If you think you can do better, go ahead (limit 4 colors, one of them black).


- NESHomebrew
- Formerly WhatULive4
- Posts: 418
- Joined: Fri Oct 30, 2009 4:43 am
- Contact:
Meanwhile, I was reported about a rare, but nasty bug in Lawn Mower. Haven't fixed it yet, need some time to figure out how it happens (misaligment of the lawn mower on the screen and in memory if you pick the fuel at the moment when it runs out).
Edit: it is fixed now, files are updated (there was a minor change in Lan Master by tepples request as well).
Edit: it is fixed now, files are updated (there was a minor change in Lan Master by tepples request as well).