summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/isa_pc1640_iga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/isa_pc1640_iga.c')
-rw-r--r--src/mess/video/isa_pc1640_iga.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mess/video/isa_pc1640_iga.c b/src/mess/video/isa_pc1640_iga.c
index a3f02ae70a6..8c72e4d07c8 100644
--- a/src/mess/video/isa_pc1640_iga.c
+++ b/src/mess/video/isa_pc1640_iga.c
@@ -7,15 +7,15 @@
**********************************************************************
- This display controller is integrated on the PC1640 motherboard
+ This display controller is integrated on the PC1640 motherboard
but wired to the ISA bus, and can be disabled with a DIP switch.
WD Paradise PEGA 1A 38304B 2116-002 8745AAA JAPAN (84 pin PLCC)
- Single chip multimode EGA video controller with
- integral 6845 CRTC. Provides 100% IBM EGA, CGA,
- MDA, Hercules graphics and Plantronics COLORPLUS*
- compatibility
+ Single chip multimode EGA video controller with
+ integral 6845 CRTC. Provides 100% IBM EGA, CGA,
+ MDA, Hercules graphics and Plantronics COLORPLUS*
+ compatibility
**********************************************************************/
@@ -27,7 +27,7 @@
// MACROS / CONSTANTS
//**************************************************************************
-#define PEGA1A_TAG "ic910"
+#define PEGA1A_TAG "ic910"
#define EGA_CRTC_NAME "crtc_ega_ega"
@@ -112,4 +112,4 @@ void isa8_pc1640_iga_device::device_start()
m_isa->install_device(0x3b0, 0x3bf, 0, 0, read8_delegate(FUNC(isa8_ega_device::pc_ega8_3b0_r), this), write8_delegate(FUNC(isa8_ega_device::pc_ega8_3b0_w), this));
m_isa->install_device(0x3c0, 0x3cf, 0, 0, read8_delegate(FUNC(isa8_ega_device::pc_ega8_3c0_r), this), write8_delegate(FUNC(isa8_ega_device::pc_ega8_3c0_w), this));
m_isa->install_device(0x3d0, 0x3df, 0, 0, read8_delegate(FUNC(isa8_ega_device::pc_ega8_3d0_r), this), write8_delegate(FUNC(isa8_ega_device::pc_ega8_3d0_w), this));
-} \ No newline at end of file
+}