summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2014-12-22 22:32:08 -0500
committer Scott Stone <tafoid@gmail.com>2014-12-22 22:32:08 -0500
commit2b510d1929f09b8a777dd83185f38e2c0a7d443c (patch)
treee75c668d923e44eb1756b170fbb84a4ebb943b13 /src/emu/video
parent3850d1c5a4a998ac8e8692f47c8acccb92b16245 (diff)
Assorted changes and fixes to sega devices (nw)
Diffstat (limited to 'src/emu/video')
-rw-r--r--src/emu/video/315_5124.c2
-rw-r--r--src/emu/video/315_5313.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/315_5124.c b/src/emu/video/315_5124.c
index 48aa0b670b9..cec15ebff05 100644
--- a/src/emu/video/315_5124.c
+++ b/src/emu/video/315_5124.c
@@ -190,7 +190,7 @@ sega315_5246_device::sega315_5246_device(const machine_config &mconfig, const ch
sega315_5378_device::sega315_5378_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : sega315_5124_device( mconfig, SEGA315_5378, "Sega 315-5378", tag, owner, clock, SEGA315_5378_CRAM_SIZE, 0x10, true, "sega315_5378", __FILE__, X_SCROLL_HPOS_5378)
+ : sega315_5124_device( mconfig, SEGA315_5378, "Sega 315-5378 VDP", tag, owner, clock, SEGA315_5378_CRAM_SIZE, 0x10, true, "sega315_5378", __FILE__, X_SCROLL_HPOS_5378)
{
}
diff --git a/src/emu/video/315_5313.c b/src/emu/video/315_5313.c
index bdfbe924db1..1f0000ce027 100644
--- a/src/emu/video/315_5313.c
+++ b/src/emu/video/315_5313.c
@@ -13,7 +13,7 @@
const device_type SEGA315_5313 = &device_creator<sega315_5313_device>;
sega315_5313_device::sega315_5313_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : sega315_5124_device( mconfig, SEGA315_5246, "Sega 315-5313 (Genesis VDP)", tag, owner, clock, SEGA315_5124_CRAM_SIZE, 0, true, "sega315_5313", __FILE__),
+ : sega315_5124_device( mconfig, SEGA315_5313, "Sega 315-5313 Megadrive VDP", tag, owner, clock, SEGA315_5124_CRAM_SIZE, 0, true, "sega315_5313", __FILE__),
m_sndirqline_callback(*this),
m_lv6irqline_callback(*this),
m_lv4irqline_callback(*this),