From 7e658da395c18b2ce5b5e5a4e3413947907d8b77 Mon Sep 17 00:00:00 2001 From: angelosa Date: Fri, 25 Aug 2017 10:45:43 +0200 Subject: And another one (nw) --- src/devices/video/jangou_blitter.cpp | 2 +- src/mame/drivers/nightgal.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/video/jangou_blitter.cpp b/src/devices/video/jangou_blitter.cpp index bb441b5c2c5..47d9458511e 100644 --- a/src/devices/video/jangou_blitter.cpp +++ b/src/devices/video/jangou_blitter.cpp @@ -164,7 +164,7 @@ void jangou_blitter_device::trigger_write(void) int drawy = (y + ycount) & 0xff; uint8_t dat = gfx_nibble(src + count); uint8_t cur_pen = m_pen_data[dat & 0x0f]; - + #if DEBUG_OUT_OF_MASK if(debug_flag == true) cur_pen = machine().rand() & 0xf; diff --git a/src/mame/drivers/nightgal.cpp b/src/mame/drivers/nightgal.cpp index a571ba6cb0d..66f1077bd94 100644 --- a/src/mame/drivers/nightgal.cpp +++ b/src/mame/drivers/nightgal.cpp @@ -1104,10 +1104,10 @@ ROM_START(sgaltrop) ROM_LOAD( "5.3f", 0x20000, 0x08000, CRC(ec482f8e) SHA1(d4d6f618400949141a84ac981ad548ded105bfef) ) // next two are unconfirmed ROM_LOAD( "6.3h", 0x30000, 0x08000, CRC(571e5f93) SHA1(ef9e27a2121a0d63ac9aa5e4168c73c39d06c60a) ) + ROM_RELOAD( 0x08000, 0x08000 ) // attract mode, after a demo match ROM_LOAD( "8.3n", 0x40000, 0x08000, CRC(5029a16f) SHA1(a89ac8283b3e487d9be5f1a8a1e37ba0bf0cd654) ) ROM_RELOAD( 0x18000, 0x08000 ) // gal select // debug code, to be removed at some point - ROM_FILL( 0x08000, 0x08000, 0x11 ) ROM_FILL( 0x28000, 0x08000, 0x33 ) ROM_FILL( 0x38000, 0x08000, 0x44 ) ROM_FILL( 0x48000, 0x08000, 0x55 ) -- cgit v1.2.3