summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes/jy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/nes/jy.h')
-rw-r--r--src/emu/bus/nes/jy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/nes/jy.h b/src/emu/bus/nes/jy.h
index 720c3ea2e60..47e16d983c4 100644
--- a/src/emu/bus/nes/jy.h
+++ b/src/emu/bus/nes/jy.h
@@ -20,7 +20,7 @@ public:
virtual DECLARE_READ8_MEMBER(read_m);
virtual DECLARE_WRITE8_MEMBER(write_l);
virtual DECLARE_WRITE8_MEMBER(write_h);
-
+
virtual DECLARE_READ8_MEMBER(chr_r);
virtual DECLARE_READ8_MEMBER(nt_r);
@@ -39,7 +39,7 @@ protected:
UINT8 m_mul[2];
UINT8 m_latch;
UINT8 m_reg[4];
- UINT8 m_chr_latch[2]; // type C uses a more complex CHR 4K mode, and these vars are only changed for those games
+ UINT8 m_chr_latch[2]; // type C uses a more complex CHR 4K mode, and these vars are only changed for those games
UINT8 m_mmc_prg_bank[4];
UINT16 m_mmc_nt_bank[4];
UINT16 m_mmc_vrom_bank[8];