From 3897ad7519a86c3f39e9af9319f041452c0d3940 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 18 Nov 2019 14:42:20 +0100 Subject: coolridr: forgot to remove todo note (nw) --- src/mame/drivers/coolridr.cpp | 1 - src/mame/drivers/fidel_eag68k.cpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/coolridr.cpp b/src/mame/drivers/coolridr.cpp index 393f9964a95..8bfb51c0407 100644 --- a/src/mame/drivers/coolridr.cpp +++ b/src/mame/drivers/coolridr.cpp @@ -15,7 +15,6 @@ TODO: - Understand what the 0x400000c reads on SH-2 really do. - - Remove SH-2 watchdog hack, if we ever bother about it ... - improve sound emulation - i8237 purpose is unknown (missing ROM for comms?). - verify zooming etc. our current algorithm is a bit ugly for text diff --git a/src/mame/drivers/fidel_eag68k.cpp b/src/mame/drivers/fidel_eag68k.cpp index 4f2005efd70..f15e06173df 100644 --- a/src/mame/drivers/fidel_eag68k.cpp +++ b/src/mame/drivers/fidel_eag68k.cpp @@ -762,11 +762,11 @@ ROM_START( feagv3 ) ROM_END ROM_START( feagv5 ) - ROM_REGION( 0x20000, "maincpu", 0 ) // PCB label 510.1136A01 + ROM_REGION16_BE( 0x20000, "maincpu", 0 ) // PCB label 510.1136A01 ROM_LOAD16_BYTE("master_e", 0x00000, 0x10000, CRC(e424bddc) SHA1(ff03656addfe5c47f06df2efb4602f43a9e19d96) ) ROM_LOAD16_BYTE("master_o", 0x00001, 0x10000, CRC(33a00894) SHA1(849460332b1ac10d452ca3631eb99f5597511b73) ) - ROM_REGION( 0x10000, "subcpu", 0 ) // PCB label 510.1138B01 + ROM_REGION16_BE( 0x10000, "subcpu", 0 ) // PCB label 510.1138B01 ROM_LOAD16_BYTE("slave_e", 0x00000, 0x08000, CRC(eea4de52) SHA1(a64ca8a44b431e2fa7f00e44cab7e6aa2d4a9403) ) ROM_LOAD16_BYTE("slave_o", 0x00001, 0x08000, CRC(35fe2fdf) SHA1(731da12ee290bad9bc03cffe281c8cc48e555dfb) ) ROM_END -- cgit v1.2.3