diff options
Diffstat (limited to 'src/mess/drivers/mac.c')
-rw-r--r-- | src/mess/drivers/mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/mac.c b/src/mess/drivers/mac.c index c694bd8a7df..9cadd4d57cb 100644 --- a/src/mess/drivers/mac.c +++ b/src/mess/drivers/mac.c @@ -2192,8 +2192,8 @@ INPUT_PORTS_END /* ROM_START( mactw ) - ROM_REGION16_BE(0x20000, "bootrom", 0) - ROM_LOAD( "rom4.3t_07-04-83.bin", 0x0000, 0x10000, CRC(d2c42f18) SHA1(f868c09ca70383a69751c37a5a3110a9597462a4) ) + ROM_REGION16_BE(0x20000, "bootrom", 0) + ROM_LOAD( "rom4.3t_07-04-83.bin", 0x0000, 0x10000, CRC(d2c42f18) SHA1(f868c09ca70383a69751c37a5a3110a9597462a4) ) ROM_END */ |