summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/315_5124.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2012-08-17 13:07:59 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2012-08-17 13:07:59 +0000
commit9ce1175a0467448c245787c2c1a8975d8a654a89 (patch)
treef5e2a6b452600a3f1c4d7a25c952ac0fee993ad2 /src/emu/video/315_5124.c
parent68ce2d11b48539320448195053265ccbc56d6f6a (diff)
Updated the megatech bios to render using the newer SMS vdp device from MESS. Cleaned up a vamphalf.c change from earlier. From Haze (nw)
Diffstat (limited to 'src/emu/video/315_5124.c')
-rw-r--r--src/emu/video/315_5124.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/video/315_5124.c b/src/emu/video/315_5124.c
index 58a182f250e..f9d7d2d3495 100644
--- a/src/emu/video/315_5124.c
+++ b/src/emu/video/315_5124.c
@@ -160,6 +160,7 @@ sega315_5124_device::sega315_5124_device(const machine_config &mconfig, device_t
, device_memory_interface(mconfig, *this)
, m_cram_size( cram_size )
, m_palette_offset( palette_offset )
+ , m_supports_224_240( supports_224_240 )
, m_space_config("videoram", ENDIANNESS_LITTLE, 8, 14, 0, NULL, *ADDRESS_MAP_NAME(sega315_5124))
{
}