summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Chris Swan <478926+cpswan@users.noreply.github.com>2022-05-17 17:30:47 +0100
committer GitHub <noreply@github.com>2022-05-17 18:30:47 +0200
commitb4e6f76310bb66ba9daa23eeb4916b9f0d7b3f6e (patch)
treee4d7d0473ee4d2427697ea7f8ed47cbad812109f /src/mame/drivers
parentdea772717d41f4627eb258d5eae6385d4e9a9323 (diff)
Remove vestigial rc2014mini ROM definition (#9776)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/gsz80.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/drivers/gsz80.cpp b/src/mame/drivers/gsz80.cpp
index e76927db5ec..9037b668c59 100644
--- a/src/mame/drivers/gsz80.cpp
+++ b/src/mame/drivers/gsz80.cpp
@@ -98,11 +98,6 @@ ROM_START(gsz80)
ROM_LOAD("gsz80.bin", 0x0000, 0x2000, CRC(6f4bc7e5) SHA1(9008fe3b9754ec5537b3ad90f748096602ba008e))
ROM_END
-ROM_START(rc2014mini)
- ROM_REGION( 0x10000, "maincpu",0 )
- ROM_LOAD( "r0000009.bin", 0x0000, 0x10000, CRC(3fb1ced7) SHA1(40a030b931ebe6cca654ce056c228297f245b057))
-ROM_END
-
} // anonymous namespace