1992 劃面選關 1050-in-1: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
Line 17: | Line 17: | ||
== Software == | == Software == | ||
The 1050 in 1 rom | The 1050 in 1 rom contains 3 MB of PRG and no CHR. | ||
The rom | The rom has been assigned to the submapper 1 of the [[NES 2.0 Mapper 354]]. | ||
It contains 81 different games. | It contains 81 different games. | ||
Line 29: | Line 29: | ||
| 1 || NORTHERN KEN II || Hokuto No Ken II || Level 1 | | 1 || NORTHERN KEN II || Hokuto No Ken II || Level 1 | ||
|} | |} | ||
The rom is fully supported from FCEUX 2.6.6. | |||
== Dumping method == | == Dumping method == |
Revision as of 22:07, 7 March 2023
Hardware
The cartridge has been created by SuperVision.
Two versions are known :
- 1992 劃面選關 1050-in-1 : FAMICOM version (60-pin)
- Super 1050 in 1 (Int'L) [Supervision Japan] : NES version (72-pin)
NES PCB Front picture | NES PCB Bottom mirrored picture |
---|---|
Software
The 1050 in 1 rom contains 3 MB of PRG and no CHR.
The rom has been assigned to the submapper 1 of the NES 2.0 Mapper 354.
It contains 81 different games.
N° | Game Name | Original Game Name | Level |
---|---|---|---|
1 | NORTHERN KEN II | Hokuto No Ken II | Level 1 |
The rom is fully supported from FCEUX 2.6.6.
Dumping method
For dumping this cartridge, it's necessary to short this capacitor with a wire :
Next, this script can dump the cartridge with the INLretro dumper :
dump310331C-32-NRS.lua |
---|
File:Dump310331C-32-NRS.lua.txt |
Under UNIX, the commands to run are :
./inlretro -s scripts/inlretro3.lua -c NES -m dump310331c -x 4096 -d 1050in1_PRG_4096kb.nes cp 1050in1_PRG_4096kb.nes 1050in1_PRG_3072kb.nes truncate -s 3145744 1050in1_PRG_3072kb.nes #### For the truncate : 16 B (header) + 3 MB (3072 x 1024) = 3145744 bytes