summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magtouch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magtouch.cpp')
-rw-r--r--src/mame/drivers/magtouch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magtouch.cpp b/src/mame/drivers/magtouch.cpp
index 9649d47af2e..04082405a93 100644
--- a/src/mame/drivers/magtouch.cpp
+++ b/src/mame/drivers/magtouch.cpp
@@ -240,7 +240,7 @@ ROM_START(magtouch)
ROM_REGION32_LE(0x10000, "bios", 0) /* motherboard bios */
ROM_LOAD("mtouch.u13", 0x00000, 0x10000, CRC(e74fb144) SHA1(abc99e84832c30606374da542fd94f0fbc8cbaa6) )
- ROM_REGION(0x08000, "video_bios", 0)
+ ROM_REGION32_LE(0x08000, "video_bios", 0)
//this is a phoenix standard vga only bios from 1991 despite the notes above saying the machine has a trident svga adapter
//ROM_LOAD16_BYTE("vga1-bios-ver-b-1.00-07.u8", 0x00000, 0x04000, CRC(a40551d6) SHA1(db38190f06e4af2c2d59ae310e65883bb16cd3d6))
//ROM_CONTINUE( 0x00001, 0x04000 )