summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tvboy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tvboy.cpp')
-rw-r--r--src/mame/drivers/tvboy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tvboy.cpp b/src/mame/drivers/tvboy.cpp
index 463ab2e71da..bb37b5857cc 100644
--- a/src/mame/drivers/tvboy.cpp
+++ b/src/mame/drivers/tvboy.cpp
@@ -84,7 +84,7 @@ MACHINE_CONFIG_START(tvboy_state::tvboyii)
MCFG_M6502_DISABLE_CACHE()
/* video hardware */
- MCFG_DEVICE_ADD("tia_video", TIA_PAL_VIDEO, 0)
+ MCFG_DEVICE_ADD("tia_video", TIA_PAL_VIDEO, 0, "tia")
MCFG_TIA_READ_INPUT_PORT_CB(READ16(*this, tvboy_state, a2600_read_input_port))
MCFG_TIA_DATABUS_CONTENTS_CB(READ8(*this, tvboy_state, a2600_get_databus_contents))
MCFG_TIA_VSYNC_CB(WRITE16(*this, tvboy_state, a2600_tia_vsync_callback_pal))