From 59af1cd3f19c530656b0b25ed9eb93aebdb96b7f Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 14 Jul 2021 21:29:57 -0400 Subject: [PATCH] - Fix structure of commented data and added sizes --- src/mame/drivers/mtx.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/mtx.cpp b/src/mame/drivers/mtx.cpp index b456f97d649..2094d42a427 100644 --- a/src/mame/drivers/mtx.cpp +++ b/src/mame/drivers/mtx.cpp @@ -422,11 +422,11 @@ COMP( 1984, rs128, mtx512, 0, rs128, mtx512, mtx_state, empty_init, "Mem The following roms are available should they be considered useful: ROM_START( mtx_roms ) - ROM_LOAD( "assem.rom", CRC(599d5b6b) SHA1(3ec1f7f476a21ca3206012ded22198c020b47f7d) ) - ROM_LOAD( "basic.rom", CRC(d1e9ff36) SHA1(e89ae3a627716e6cee7e35054be8a2472bdd49d4) ) - ROM_LOAD( "boot.rom", CRC(ed98d6dd) SHA1(4671ee49bb96262b0468f7122a49bf2588170903) ) - ROM_LOAD( "mtx3-an.rom", CRC(54c9eca2) SHA1(3e628beaa360e635264c8c2c3a5b8312951a220b) ) - ROM_LOAD( "nboot.rom", CRC(9caea81c) SHA1(93fca6e7ffbc7ae3283b8bda9f01c36b2bed1c54) ) + ROM_LOAD( "assem.rom", 0x0000, 0x2000, CRC(599d5b6b) SHA1(3ec1f7f476a21ca3206012ded22198c020b47f7d) ) + ROM_LOAD( "basic.rom", 0x0000, 0x4000, CRC(d1e9ff36) SHA1(e89ae3a627716e6cee7e35054be8a2472bdd49d4) ) + ROM_LOAD( "boot.rom", 0x0000, 0x2000, CRC(ed98d6dd) SHA1(4671ee49bb96262b0468f7122a49bf2588170903) ) + ROM_LOAD( "mtx3-an.rom", 0x0000, 0x2000, CRC(54c9eca2) SHA1(3e628beaa360e635264c8c2c3a5b8312951a220b) ) + ROM_LOAD( "nboot.rom", 0x0000, 0x2000, CRC(9caea81c) SHA1(93fca6e7ffbc7ae3283b8bda9f01c36b2bed1c54) ) ROM_END BASIC.ROM this contains the monitor ROM plus the BASIC ROM.