Revert Millennium fix

Apparently this board is trademarked with the spelling mistake,
therefore let's keep the incorrect spelling.  Curiously, they spelt
Millennium correctly on the PCB, so the original seems a tad
inconsistent in this area.
This commit is contained in:
Zoë Blade 2015-04-11 10:19:27 +01:00
parent 90f110f261
commit 22800dab3d
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
a2arcadeboard.c
Implementation of the Third Millennium Engineering Arcade Board
Implementation of the Third Millenium Engineering Arcade Board
TODO:
- VDPTEST program seems to want more than 16K of RAM, but docs/ads/press releases say 16k, period
@ -56,7 +56,7 @@ machine_config_constructor a2bus_arcboard_device::device_mconfig_additions() con
//**************************************************************************
a2bus_arcboard_device::a2bus_arcboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, A2BUS_ARCADEBOARD, "Third Millennium Engineering Arcade Board", tag, owner, clock, "a2arcbd", __FILE__),
device_t(mconfig, A2BUS_ARCADEBOARD, "Third Millenium Engineering Arcade Board", tag, owner, clock, "a2arcbd", __FILE__),
device_a2bus_card_interface(mconfig, *this),
m_tms(*this, TMS_TAG),
m_ay(*this, AY_TAG)

View File

@ -2,7 +2,7 @@
a2arcadebd.h
Third Millennium Engineering Arcade Board
Third Millenium Engineering Arcade Board
*********************************************************************/

View File

@ -1212,7 +1212,7 @@ static SLOT_INTERFACE_START(apple2_cards)
SLOT_INTERFACE("ap16alt", A2BUS_IBSAP16ALT) /* IBS AP16 (German VideoTerm clone), alternate revision */
SLOT_INTERFACE("vtc1", A2BUS_VTC1) /* Unknown VideoTerm clone #1 */
SLOT_INTERFACE("vtc2", A2BUS_VTC2) /* Unknown VideoTerm clone #2 */
SLOT_INTERFACE("arcbd", A2BUS_ARCADEBOARD) /* Third Millennium Engineering Arcade Board */
SLOT_INTERFACE("arcbd", A2BUS_ARCADEBOARD) /* Third Millenium Engineering Arcade Board */
SLOT_INTERFACE("midi", A2BUS_MIDI) /* Generic 6840+6850 MIDI board */
SLOT_INTERFACE("zipdrive", A2BUS_ZIPDRIVE) /* ZIP Technologies IDE card */
SLOT_INTERFACE("echoiiplus", A2BUS_ECHOPLUS) /* Street Electronics Echo Plus (Echo II + Mockingboard clone) */