From 44d5c1b8ab2ef3c06e831f901d0ab95262073bd7 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 5 Nov 2013 06:59:51 +0000 Subject: Cleanups and version bump --- src/mess/includes/bbc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mess/includes/bbc.h') diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h index e0c05a560f1..00e7a5d65e5 100644 --- a/src/mess/includes/bbc.h +++ b/src/mess/includes/bbc.h @@ -75,15 +75,15 @@ public: int m_SWRAMtype; // this stores the DIP switch setting for the SWRAM type being used int m_Speech; // this stores the CONF setting for Speech enabled/disabled int m_Master; // if 0 then we are emulating a BBC B style machine - // if 1 then we are emulating a BBC Master style machine + // if 1 then we are emulating a BBC Master style machine int m_ACCCON_IRR; // IRQ inputs int m_rombank; // This is the latch that holds the sideways ROM bank to read int m_userport; // This stores the sideways RAM latch type. - // Acorn and others use the bbc_rombank latch to select the write bank to be used.(type 0) - // Solidisc use the BBC's userport to select the write bank to be used (type 1) + // Acorn and others use the bbc_rombank latch to select the write bank to be used.(type 0) + // Solidisc use the BBC's userport to select the write bank to be used (type 1) int m_pagedRAM; // BBC B+ memory handling int m_vdusel; // BBC B+ memory handling -- cgit v1.2.3