Discuss hardware-related topics, such as development cartridges, CopyNES, PowerPak, EPROMs, or whatever.
Moderators: B00daW, Moderators
-
NovaSquirrel
- Posts: 422
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
-
Contact:
Post
by NovaSquirrel » Sun Nov 30, 2014 1:09 pm
<tepples> there's 3rd party firmware for SNES PowerPak that has a lion
<tepples> and there will be 3rd party firmware for the NES PowerPak that has a different animal
Said animal is a squirrel, me (also taking photos of TV screens is dumb):
Changes:
- New font (similar to Wasted Collection) and palette (very pale green background color, black text).
- Nova sprite on intro screen.
- "Load last game" on intro screen moved to B button.
- Mouse support in most menus, but mouse just translates to up/down and the A and B buttons for now.
- If AUTORUN.NES is found in the root directory of the CF card, it is automatically run at the intro screen, without SRAM or Game Genie codes loaded.
- "Bad file header" error automatically resets the NES after 100 frames, rather than requiring a manual reset.
- Includes the save fix from viewtopic.php?f=2&t=9880
- Finer control over speed in NSF player (Start+Left and Start+Right change speed, Start+A now has Start's original function)
Files included:
- 1.RAD - Shared routines, gets loaded near the end of the 512kb PRG ROM space.
- I.MAP - First module to run. Loads replacement font and background color and switches to J.MAP.
- J.MAP - Loads 1.RAD and switches to T.MAP.
- T.MAP - Title. Edited intro screen.
- B.MAP, D.MAP, G.MAP, N.MAP, O.MAP - Menus with extra controller support patched in.
- E.MAP - Edited file header error screen.
- Q.MAP - Edited "Save RAM to CF? screen", so mouse left button saves and mouse right button declines.
- NSF.NES - Edited NSF player.
Things I want to do in a future release:
- Better mouse control
- More controllers, maybe Zapper and PowerPad? Maaaaybe Arkanoid.
- Figure out a possible problem with song restarting in NSFs
-
Attachments
-
- chicago.zip
- Alternate I.MAP which uses DABG's font and background color instead
- (688 Bytes) Downloaded 250 times
-
- radmenu.zip
- Extract the PowerPak folder over the CF's PowerPak folder. Other two folders are source.
- (71.06 KiB) Downloaded 276 times
-
JRoatch
- Formerly 43110
- Posts: 394
- Joined: Wed Feb 05, 2014 7:01 am
- Location: us-east
-
Contact:
Post
by JRoatch » Tue Dec 02, 2014 12:02 am
*looks at source* menu mods look so much easier to make then mapper code.
Anyway when I try loading Double Action 53 I get a "MAP28 file not found" error.
-
tepples
- Posts: 22224
- Joined: Sun Sep 19, 2004 11:12 pm
- Location: NE Indiana, USA (NTSC)
-
Contact:
Post
by tepples » Tue Dec 02, 2014 7:33 am
Isn't Double Action 53 supposed to be MAP1C (hex $1C = decimal 28)?
-
cubeboy
- Posts: 33
- Joined: Fri Nov 08, 2013 7:56 pm
Post
by cubeboy » Tue Dec 09, 2014 7:37 am
Thanks, I'll have to try this out. So this just essentially replaces the current intro and menus?
-
NovaSquirrel
- Posts: 422
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
-
Contact:
Post
by NovaSquirrel » Tue Dec 09, 2014 6:00 pm
cubeboy wrote:Thanks, I'll have to try this out. So this just essentially replaces the current intro and menus?
Yeah, but most menus aren't changed very much, except to allow for alternate controllers (currently just mouse).
-
cubeboy
- Posts: 33
- Joined: Fri Nov 08, 2013 7:56 pm
Post
by cubeboy » Tue Dec 16, 2014 7:38 am
I finally got around to trying this and it doesn't work with thefox's new power mappers. The bug fixes and additions are nice, but I will have to wait until power mappers are supported.
-
NovaSquirrel
- Posts: 422
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
-
Contact:
Post
by NovaSquirrel » Tue Dec 16, 2014 4:10 pm
cubeboy wrote:I finally got around to trying this and it doesn't work with thefox's new power mappers. The bug fixes and additions are nice, but I will have to wait until power mappers are supported.
The only menu file powermappers seems to replace is O.MAP and the only customization my own O.MAP has is mouse support. If the mouse doesn't matter you could just use that version and I assume it'd work?
Speaking of bug fixes I think I broke being able to load the latest game from the intro screen, I'll have to look at that.
-
GameMachineJames
- Posts: 45
- Joined: Mon Feb 04, 2013 8:48 am
Post
by GameMachineJames » Fri Dec 19, 2014 3:26 pm
NovaSquirrel wrote:
[*] If AUTORUN.NES is found in the root directory of the CF card, it is automatically run at the intro screen, without SRAM or Game Genie codes loaded.
So it runs the AUTORUN.NES at boot? Not showing the intro screen at all?
-
NovaSquirrel
- Posts: 422
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
-
Contact:
Post
by NovaSquirrel » Sat Dec 20, 2014 7:09 pm
GameMachineJames wrote:So it runs the AUTORUN.NES at boot? Not showing the intro screen at all?
That's what it's supposed to do, yeah. The point is not having to press anything to start the game.
-
deksar
- Posts: 21
- Joined: Tue Jan 12, 2010 7:54 am
Post
by deksar » Fri May 15, 2015 11:12 pm
Thanks so much NovaSquirrel for the great work.
Is it possible, by using that version, to reset the console remotely by the controller, rather than pushing the reset button on it?
Or at least, any way to quit and go back to the main Rom select menu inside the game?
I think the official PowerPak mappers do not allow this.
-
NovaSquirrel
- Posts: 422
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
-
Contact:
Post
by NovaSquirrel » Fri May 15, 2015 11:23 pm
deksar wrote:Is it possible, by using that version, to reset the console remotely by the controller, rather than pushing the reset button on it?
If possible, I think that would require custom mappers, which is outside of the scope of this project (which is just a few edits to menus).
-
deksar
- Posts: 21
- Joined: Tue Jan 12, 2010 7:54 am
Post
by deksar » Sat Jan 09, 2016 5:10 am
Hey again,
Is there any update on the project?
-
NovaSquirrel
- Posts: 422
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
-
Contact:
Post
by NovaSquirrel » Sat Jan 09, 2016 6:17 pm
I haven't worked on it at all. I was going to make a light version that only had the autorun feature (and that let you bypass the autorun by holding a button or something) but it wasn't cooperating. If there's interest I could finish that.
I don't really use my PowerPak all that much anymore except to test builds of my game, and some stuff is kinda buggy in this menu.
What all would be reasonable additions to it?
-
2600
- Posts: 95
- Joined: Tue Aug 07, 2007 10:28 am
Post
by 2600 » Sat Jan 09, 2016 7:03 pm
I'd like to see the light version with the autorun feature.
-
NovaSquirrel
- Posts: 422
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
-
Contact:
Post
by NovaSquirrel » Sat Jan 09, 2016 10:36 pm
Light version, source included and the files in the PowerPak directory in the zip can just be copied into the PowerPak directory on the CF card.
This version only includes the autorun feature (AUTORUN.NES in the root directory is looked for, and run if it's present. Autorun is skipped if player one holds Up during boot), the Chicago font, and an edit for the bad file header screen that automatically restarts the NES so you don't have to press the reset button.
Source isn't that great since I just edited what I had that was definitely working but it shouldn't matter.
To use the original PowerPak menu font, delete J.MAP and rename T.MAP to J.MAP.
Modules included:
- E.MAP - Bad file header screen
- I.MAP - Autorun, then J.MAP
- J.MAP - Font replacement, then T.MAP
- T.MAP - the original PowerPak I.MAP
-
Attachments
-
- autorun.zip
- (21.78 KiB) Downloaded 200 times