summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-10-27 22:03:38 +0000
committer Curt Coder <curtcoder@mail.com>2013-10-27 22:03:38 +0000
commite3a24aeb484f4eeb51404407ff3f7bece0a360b3 (patch)
treeddfbf37b87c462f93db8cdf4d090aea64dcf7f32 /src/emu
parentb7b2af8938169b5028536a0e23cd0317a7460f0f (diff)
(MESS) abc80: Added ROMs for the Scandia Metric FD2. [robcfg]
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/bus/abcbus/fd2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/bus/abcbus/fd2.c b/src/emu/bus/abcbus/fd2.c
index 365b012ceee..19669b3394f 100644
--- a/src/emu/bus/abcbus/fd2.c
+++ b/src/emu/bus/abcbus/fd2.c
@@ -66,10 +66,10 @@ const device_type ABC_FD2 = &device_creator<abc_fd2_device>;
ROM_START( abc_fd2 )
ROM_REGION( 0x400, Z80_TAG, 0 )
- ROM_LOAD( "1.02.3f", 0x000, 0x400, NO_DUMP )
+ ROM_LOAD( "1.02.3f", 0x000, 0x400, CRC(a19fbdc2) SHA1(d500377c34ac6c679c155f4a5208e1c3e00cd920) )
- ROM_REGION( 0x400, "abc80", 0 )
- ROM_LOAD( "ami 8005saj.1a", 0x000, 0x400, NO_DUMP )
+ ROM_REGION( 0x800, "abc80", 0 )
+ ROM_LOAD( "ami 8005saj.1a", 0x000, 0x800, CRC(d865213f) SHA1(ae7399ede74520ccb2dd5be2e6bb13c33ee81bd0) )
ROM_END