diff --git a/src/mess/drivers/4004clk.c b/src/mess/drivers/4004clk.c index 631690d582d..861c3ad3164 100644 --- a/src/mess/drivers/4004clk.c +++ b/src/mess/drivers/4004clk.c @@ -5,6 +5,8 @@ 4004 Nixie Clock 03/08/2009 Initial driver + + note: MAME external artwork is not required, ****************************************************************************/ @@ -21,7 +23,7 @@ public: m_maincpu(*this, "maincpu"), m_dac(*this, "dac"), m_input(*this, "INPUT") - { } + { } required_device m_maincpu; required_device m_dac; @@ -155,7 +157,6 @@ static MACHINE_CONFIG_START( 4004clk, nixieclock_state ) MCFG_CPU_DATA_MAP(4004clk_mem) MCFG_CPU_IO_MAP(4004clk_io) - /* video hardware */ MCFG_DEFAULT_LAYOUT(layout_4004clk) @@ -190,5 +191,5 @@ ROM_END /* Driver */ -/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ -SYST( 2008, 4004clk, 0, 0, 4004clk, 4004clk, driver_device, 0, "John L. Weinrich", "4004 Nixie Clock", MACHINE_SUPPORTS_SAVE) +/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ +SYST( 2008, 4004clk, 0, 0, 4004clk, 4004clk, driver_device, 0, "John L. Weinrich", "4004 Nixie Clock", MACHINE_SUPPORTS_SAVE ) diff --git a/src/mess/drivers/tispeak.c b/src/mess/drivers/tispeak.c index d2a6903d42a..211d535f9ac 100644 --- a/src/mess/drivers/tispeak.c +++ b/src/mess/drivers/tispeak.c @@ -9,7 +9,9 @@ These devices, mostly edu-toys, are based around an MCU(TMS0270/TMS1100), TMS51xx speech, and VSM ROM(s). Newer devices, such as Speak & Music, are based around the TMP50C40 and belong in another driver, probably. - + + note: except for tntell, MAME external artwork is not required. But it + is objectively a large improvement. ---------------------------------------------------------------------------- @@ -143,7 +145,7 @@ Speak & Math: - TMS51xx: CD2801 - VSM(1/2): 16KB CD2392 - VSM(2/2): 16KB CD2393 - - VFD: itron brand, label? + - VFD: Futaba 9SY -02Z 7E - notes: As with the Speak & Spell, the voice actor was a radio announcer. However, the phrase "is greater than or less than" had to be added in a hurry by one of the TI employees in a hurry, the day before a demo. diff --git a/src/mess/layout/4004clk.lay b/src/mess/layout/4004clk.lay index c8c84d3ac84..e3ec9522743 100644 --- a/src/mess/layout/4004clk.lay +++ b/src/mess/layout/4004clk.lay @@ -1,18 +1,47 @@ - - - - - + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +