summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Stiletto <stilett0@users.noreply.github.com>2019-06-28 00:01:15 -0400
committer GitHub <noreply@github.com>2019-06-28 00:01:15 -0400
commit9eb3dbd9d0b3853815692b9cd8b1adf80a955b46 (patch)
tree5f0227e5769c8c91a86425a91e559fec5a0f82e4
parentb37289cd6159669c8a03f80e608935b7c2c04df4 (diff)
make starrider.cpp like every other skeleton LD driver and add a fake CHD (nw)
make starrider.cpp like every other skeleton LD driver and add a fake CHD (nw)
-rw-r--r--src/mame/drivers/starrider.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/starrider.cpp b/src/mame/drivers/starrider.cpp
index a76e7c57e29..5e0bb4ab734 100644
--- a/src/mame/drivers/starrider.cpp
+++ b/src/mame/drivers/starrider.cpp
@@ -1004,6 +1004,9 @@ ROM_START(starridr)
ROM_REGION(0x200, "horz", 0)
ROM_LOAD("u74.6349", 0x000, 0x200, CRC(362ec0f9) SHA1(0304a36d038436e9f5e817dfc2c40b6421953cad))
+
+ DISK_REGION( "ld_pr8210a" )
+ DISK_IMAGE_READONLY( "starrider", 0, NO_DUMP )
ROM_END
} // anonymous namespace