summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dragon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/dragon.c')
-rw-r--r--src/mess/machine/dragon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/dragon.c b/src/mess/machine/dragon.c
index c8ccf4bfa9d..2c2c900dd81 100644
--- a/src/mess/machine/dragon.c
+++ b/src/mess/machine/dragon.c
@@ -146,6 +146,6 @@ void dragon64_state::page_rom(bool romswitch)
offs_t offset = romswitch
? 0x0000 // This is the 32k mode basic(64)/boot rom(alpha)
: 0x8000; // This is the 64k mode basic(64)/basic rom(alpha)
- m_sam->set_bank_offset(1, offset); // 0x8000-0x9FFF
- m_sam->set_bank_offset(2, offset); // 0xA000-0xBFFF
+ m_sam->set_bank_offset(1, offset); // 0x8000-0x9FFF
+ m_sam->set_bank_offset(2, offset); // 0xA000-0xBFFF
}