From 6722a7c7419e0a504d9ef983db03698381b58c30 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 16 Nov 2019 21:21:13 -0500 Subject: mc1502.cpp, pg685.cpp, rastersp.cpp, rc759.cpp: Fix region widths (nw) --- src/mame/drivers/mc1502.cpp | 4 ++-- src/mame/drivers/pg685.cpp | 2 +- src/mame/drivers/rastersp.cpp | 12 ++++++------ src/mame/drivers/rc759.cpp | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/mame/drivers/mc1502.cpp b/src/mame/drivers/mc1502.cpp index f388f3b5cfd..99107023d23 100644 --- a/src/mame/drivers/mc1502.cpp +++ b/src/mame/drivers/mc1502.cpp @@ -324,7 +324,7 @@ void mc1502_state::mc1502(machine_config &config) QWERTY). */ ROM_START( mc1502 ) - ROM_REGION16_LE(0x10000,"bios", 0) + ROM_REGION(0x10000,"bios", 0) ROM_DEFAULT_BIOS("v52") ROM_SYSTEM_BIOS(0, "v50", "v5.0 10/05/89") @@ -374,7 +374,7 @@ ROM_END different video subsystem (not emulated). */ ROM_START( pk88 ) - ROM_REGION16_LE(0x10000,"bios", 0) + ROM_REGION(0x10000, "bios", 0) // datecode 07.23.87 ROM_LOAD( "b0.064", 0x0000, 0x2000, CRC(80d3cf5d) SHA1(64769b7a8b60ffeefa04e4afbec778069a2840c9)) diff --git a/src/mame/drivers/pg685.cpp b/src/mame/drivers/pg685.cpp index 8711aece97f..92d4d27f839 100644 --- a/src/mame/drivers/pg685.cpp +++ b/src/mame/drivers/pg685.cpp @@ -589,7 +589,7 @@ ROM_START( pg685 ) ROM_END ROM_START( pg685oua12 ) - ROM_REGION( 0x4000, "bios", ROMREGION_ERASEFF ) + ROM_REGION16_LE( 0x4000, "bios", ROMREGION_ERASEFF ) ROM_LOAD( "pg685_oua12_bios.bin", 0x0000, 0x4000, CRC(94b8499b) SHA1(e29086a88f1f9fa17921c3d157cce725d4591328)) ROM_REGION( 0x4000, "chargen", 0 ) diff --git a/src/mame/drivers/rastersp.cpp b/src/mame/drivers/rastersp.cpp index 5cafb2b16ef..aee37db812a 100644 --- a/src/mame/drivers/rastersp.cpp +++ b/src/mame/drivers/rastersp.cpp @@ -935,10 +935,10 @@ void rastersp_state::rastersp(machine_config &config) *************************************/ ROM_START( rotr ) - ROM_REGION(0x100000, "bios", 0) + ROM_REGION32_LE(0x100000, "bios", 0) ROM_LOAD( "rasterspeed2.1_bootrom4.u10", 0x00000, 0x10000, CRC(6da142d1) SHA1(e2dbd479034677726fc26fd1ba85c4458d89286c) ) - ROM_REGION(0x1000000, "dspboot", 0) + ROM_REGION32_LE(0x1000000, "dspboot", 0) ROM_LOAD32_BYTE( "rasterspeed2.1_bootrom4.u10", 0x00000, 0x10000, CRC(6da142d1) SHA1(e2dbd479034677726fc26fd1ba85c4458d89286c) ) ROM_REGION(0x8000, "proms", 0) /* Xilinx FPGA PROMs */ @@ -954,10 +954,10 @@ ROM_END ROM_START( rotra ) - ROM_REGION(0x100000, "bios", 0) + ROM_REGION32_LE(0x100000, "bios", 0) ROM_LOAD( "rasterspeed2.1_bootrom4.u10", 0x00000, 0x10000, CRC(6da142d1) SHA1(e2dbd479034677726fc26fd1ba85c4458d89286c) ) - ROM_REGION(0x1000000, "dspboot", 0) + ROM_REGION32_LE(0x1000000, "dspboot", 0) ROM_LOAD32_BYTE( "rasterspeed2.1_bootrom4.u10", 0x00000, 0x10000, CRC(6da142d1) SHA1(e2dbd479034677726fc26fd1ba85c4458d89286c) ) ROM_REGION(0x8000, "proms", 0) /* Xilinx FPGA PROMs */ @@ -987,10 +987,10 @@ ROM_END // the rom also exists in some odd hex format like this // ROM_LOAD( "95751937.hex", 0x0000, 0x025f91, CRC(8f412e97) SHA1(a5ff924fbc327114e59d75de644ed0d5cd7fa6b3) ) ROM_START( fbcrazy ) - ROM_REGION(0x100000, "bios", 0) + ROM_REGION32_LE(0x100000, "bios", 0) ROM_LOAD( "95751937.bin", 0x0000, 0x010000, CRC(4a99ee11) SHA1(335398ebc64bbfe86e2652ac080a5943dd413928) ) - ROM_REGION(0x1000000, "dspboot", 0) + ROM_REGION32_LE(0x1000000, "dspboot", 0) ROM_LOAD32_BYTE( "95751937.bin", 0x0000, 0x010000, CRC(4a99ee11) SHA1(335398ebc64bbfe86e2652ac080a5943dd413928) ) ROM_REGION(0x8000, "proms", ROMREGION_ERASEFF ) diff --git a/src/mame/drivers/rc759.cpp b/src/mame/drivers/rc759.cpp index 27b47c79bf3..367e2c99f75 100644 --- a/src/mame/drivers/rc759.cpp +++ b/src/mame/drivers/rc759.cpp @@ -611,7 +611,7 @@ void rc759_state::rc759(machine_config &config) //************************************************************************** ROM_START( rc759 ) - ROM_REGION(0x8000, "bios", 0) + ROM_REGION16_LE(0x8000, "bios", 0) ROM_SYSTEM_BIOS(0, "1-21", "1? Version 2.1") ROMX_LOAD("rc759-1-2.1.rom", 0x0000, 0x8000, CRC(3a777d56) SHA1(a8592d61d5e1f92651a6f5e41c4ba14c9b6cc39b), ROM_BIOS(0)) ROM_SYSTEM_BIOS(1, "1-51", "1? Version 5.1") -- cgit v1.2.3