summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/photoply.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-06-12 21:14:17 +0000
committer smf- <smf-@users.noreply.github.com>2013-06-12 21:14:17 +0000
commitc624c808a113fa337f5d44e18e3455dc4e61bb1b (patch)
treeef71a3d1f224f8070430a24bdd77cb39c7a71d4b /src/mame/drivers/photoply.c
parente2fc23868deea22898755553f619843443007615 (diff)
Allow more than one ide controller on the same device [smf]
Diffstat (limited to 'src/mame/drivers/photoply.c')
-rw-r--r--src/mame/drivers/photoply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/photoply.c b/src/mame/drivers/photoply.c
index 272539cd883..89ebc7c0cd4 100644
--- a/src/mame/drivers/photoply.c
+++ b/src/mame/drivers/photoply.c
@@ -143,7 +143,7 @@ ROM_START(photoply)
ROM_REGION(0x8000, "video_bios", 0 )
ROM_LOAD("vga.bin", 0x000000, 0x8000, CRC(7a859659) SHA1(ff667218261969c48082ec12aa91088a01b0cb2a) )
- DISK_REGION( "drive_0" )
+ DISK_REGION( "ide:0:hdd" )
DISK_IMAGE( "pp201", 0, SHA1(23e1940d485d19401e7d0ad912ddad2cf2ea10b4) )
ROM_END