(nw) 68ksbc: save some memory

This commit is contained in:
Robbbert 2020-05-15 02:20:50 +10:00
parent a848ecdf74
commit 3cb753fa55

View File

@ -83,7 +83,7 @@ void c68ksbc_state::c68ksbc(machine_config &config)
/* ROM definition */
ROM_START( 68ksbc )
ROM_REGION(0x1000000, "maincpu", 0)
ROM_REGION(0x3000, "maincpu", 0)
ROM_LOAD( "t68k.bin", 0x0000, 0x2f78, CRC(20a8d0d0) SHA1(544fd8bd8ed017115388c8b0f7a7a59a32253e43) )
ROM_END