From 1e6294bb18e1fdf9f23d0dfa6ec5c54a324968cd Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 12 Apr 2015 00:31:46 +1000 Subject: [PATCH] Correct some corrections: * Third Millenium is a trademark * "16 bits" is a bus unit so it works as a singular in sentences --- src/mame/machine/iteagle_fpga.c | 4 ++-- src/mess/drivers/apple2e.c | 2 +- src/mess/drivers/apple2gs.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/machine/iteagle_fpga.c b/src/mame/machine/iteagle_fpga.c index 32e34096151..58d3d5024bd 100644 --- a/src/mame/machine/iteagle_fpga.c +++ b/src/mame/machine/iteagle_fpga.c @@ -56,8 +56,8 @@ void iteagle_fpga_device::device_reset() m_ctrl_regs[0x10/4] = 0x00000000; // 0xFFFFFFFF causes a write of 0xFFFEFFFF then 0xFFFFFFFF // Not sure // 0x00&0x2 == 1 for boot m_fpga_regs[0x00/4] = 0xC0000002; // 0xCF000002;// byte 3 is voltage sensor? high = 0x40 good = 0xC0 0xF0 0xFF; //0x80 0x30 0x00FF = voltage low - //m_fpga_regs[0x308/4]=0x0000ffff; // Low 16 bits get read a lot? - m_fpga_regs[0x08/4]=0x00000000; // Low 16 bits get read a lot? + //m_fpga_regs[0x308/4]=0x0000ffff; // Low 16 bits gets read a lot? + m_fpga_regs[0x08/4]=0x00000000; // Low 16 bits gets read a lot? m_prev_reg = 0; } diff --git a/src/mess/drivers/apple2e.c b/src/mess/drivers/apple2e.c index b0217c7000f..e270fa4d6fa 100644 --- a/src/mess/drivers/apple2e.c +++ b/src/mess/drivers/apple2e.c @@ -3019,7 +3019,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) */ diff --git a/src/mess/drivers/apple2gs.c b/src/mess/drivers/apple2gs.c index 2ceedad79e6..d5d35416be3 100644 --- a/src/mess/drivers/apple2gs.c +++ b/src/mess/drivers/apple2gs.c @@ -288,7 +288,7 @@ static SLOT_INTERFACE_START(apple2_cards) SLOT_INTERFACE("sam", A2BUS_SAM) /* SAM Software Automated Mouth (8-bit DAC + speaker) */ SLOT_INTERFACE("alfam2", A2BUS_ALFAM2) /* ALF Apple Music II */ SLOT_INTERFACE("echoii", A2BUS_ECHOII) /* Street Electronics Echo II */ - 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("vulcan", A2BUS_VULCAN) /* AE Vulcan IDE card */ SLOT_INTERFACE("vulcangold", A2BUS_VULCANGOLD) /* AE Vulcan Gold IDE card */