diff options
| author | 2025-11-15 16:02:04 +0100 | |
|---|---|---|
| committer | 2025-11-15 16:02:04 +0100 | |
| commit | 463260c5352f00079d3aa2e712ea4d578cecf6e7 (patch) | |
| tree | 576fbe38cf8c144d8896f707d5fdd322fe9c0b98 | |
| parent | b20170b86fa1f06faf89b37014aa15d407d5bab0 (diff) | |
igs/igs_m027.cpp: redumped sound ROM for mgfx [little0]
| -rw-r--r-- | src/mame/igs/igs_m027.cpp | 4 | ||||
| -rw-r--r-- | src/mame/kiwako/koikoi.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/igs/igs_m027.cpp b/src/mame/igs/igs_m027.cpp index 3b55d60aba4..0245d09576b 100644 --- a/src/mame/igs/igs_m027.cpp +++ b/src/mame/igs/igs_m027.cpp @@ -3665,8 +3665,8 @@ ROM_START( mgfx ) // IGS PCB 0295-00 (IGS027A, M6295, IGS031, 8255, Battery, 22 ROM_REGION( 0x400000, "igs017_igs031:sprites", 0 ) ROM_LOAD( "igs_a3401.u17", 0x000000, 0x400000, CRC(c031f069) SHA1(bb2a6a65e31d730bff8d3e1b8efeafe1a93a73b4) ) - ROM_REGION( 0x80000, "oki", 0 ) - ROM_LOAD( "igs_s3403.u14", 0x00000, 0x80000, CRC(f101f38d) SHA1(f8c6dd0bfe9a27423781039f28d102661cf26f4b) ) + ROM_REGION( 0x100000, "oki", 0 ) + ROM_LOAD( "igs_s3403.u14", 0x000000, 0x100000, CRC(d8dc252a) SHA1(3e94230599a21cf7b5d238e48b09ab4b3de595a3) ) ROM_END diff --git a/src/mame/kiwako/koikoi.cpp b/src/mame/kiwako/koikoi.cpp index 447590868fc..e7c9da99215 100644 --- a/src/mame/kiwako/koikoi.cpp +++ b/src/mame/kiwako/koikoi.cpp @@ -11,7 +11,7 @@ driver by TODO: - map missing inputs for koikoip2 (temp mapped to z-x-left shift) -- koikoi needs different inputs implementation (possibly just needs it's own input_tab[]) +- koikoi needs different inputs implementation (possibly just needs its own input_tab[]) - is there (still..) some kind of protection ? timers looks weird (2nd player timer is frozen) (this seems fixed now -AS) - colors (afaik color(?) prom outputs are connected to one of pals), Missing color prom apparently. Reference: https://www.youtube.com/watch?v=inc4tyuh4qk |
