summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/isa_cga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/isa_cga.h')
-rw-r--r--src/mess/video/isa_cga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/isa_cga.h b/src/mess/video/isa_cga.h
index a311dd7bff2..466610474ee 100644
--- a/src/mess/video/isa_cga.h
+++ b/src/mess/video/isa_cga.h
@@ -205,7 +205,7 @@ public:
virtual DECLARE_WRITE8_MEMBER( io_write );
virtual UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void change_resolution(UINT8 mode);
-
+
UINT8 m_bank_offset;
UINT8 m_bank_base;
UINT8 m_control;