diff options
Diffstat (limited to 'src/emu/bus/isa/cga.c')
-rw-r--r-- | src/emu/bus/isa/cga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/isa/cga.c b/src/emu/bus/isa/cga.c index aa205c53e48..0487f05753c 100644 --- a/src/emu/bus/isa/cga.c +++ b/src/emu/bus/isa/cga.c @@ -180,7 +180,7 @@ MC6845_UPDATE_ROW( isa8_cga_device::crtc_update_row ) { if (m_update_row_type == -1) return; - + switch (m_update_row_type) { case CGA_TEXT_INTEN: @@ -221,7 +221,7 @@ MC6845_UPDATE_ROW( isa8_cga_pc1512_device::crtc_update_row ) { if (m_update_row_type == -1) return; - + switch (m_update_row_type) { case PC1512_GFX_4BPP: |