summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dragon.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/dragon.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
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 79d811ddc8a..8d2044a52b7 100644
--- a/src/mess/machine/dragon.c
+++ b/src/mess/machine/dragon.c
@@ -143,8 +143,8 @@ void dragon64_state::pia1_pb_changed(void)
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)
+ ? 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);
m_sam->set_bank_offset(2, offset);
m_sam->set_bank_offset(3, offset);