summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bpmmicro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bpmmicro.cpp')
-rw-r--r--src/mame/drivers/bpmmicro.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/bpmmicro.cpp b/src/mame/drivers/bpmmicro.cpp
index c4d1bc877b9..fc68ade40e8 100644
--- a/src/mame/drivers/bpmmicro.cpp
+++ b/src/mame/drivers/bpmmicro.cpp
@@ -334,13 +334,13 @@ void bpmmicro_state::i286_mem(address_map &map)
{
map.unmap_value_high();
map(0x000000, 0x07ffff).ram(); // 512k ram
- map(0x082200, 0x82201).w(this, FUNC(bpmmicro_state::unknown_82200_w));
- map(0x084000, 0x84001).r(this, FUNC(bpmmicro_state::latch_84000_r)); // GUESS: this is reading the octal latch
- map(0x084002, 0x84003).w(this, FUNC(bpmmicro_state::latch_84002_w)); // GUESS: this is clocking the CK pin on the octal latch from bit 0, dumping the contents of a serial in parallel out shifter into said latch
- map(0x08400e, 0x8400f).w(this, FUNC(bpmmicro_state::unknown_8400e_w));
- map(0x084018, 0x84019).w(this, FUNC(bpmmicro_state::unknown_84018_w));
- map(0x08401a, 0x8401b).w(this, FUNC(bpmmicro_state::unknown_8401a_w));
- map(0x08401c, 0x8401d).w(this, FUNC(bpmmicro_state::eeprom_8401c_w));
+ map(0x082200, 0x82201).w(FUNC(bpmmicro_state::unknown_82200_w));
+ map(0x084000, 0x84001).r(FUNC(bpmmicro_state::latch_84000_r)); // GUESS: this is reading the octal latch
+ map(0x084002, 0x84003).w(FUNC(bpmmicro_state::latch_84002_w)); // GUESS: this is clocking the CK pin on the octal latch from bit 0, dumping the contents of a serial in parallel out shifter into said latch
+ map(0x08400e, 0x8400f).w(FUNC(bpmmicro_state::unknown_8400e_w));
+ map(0x084018, 0x84019).w(FUNC(bpmmicro_state::unknown_84018_w));
+ map(0x08401a, 0x8401b).w(FUNC(bpmmicro_state::unknown_8401a_w));
+ map(0x08401c, 0x8401d).w(FUNC(bpmmicro_state::eeprom_8401c_w));
map(0x0f0000, 0x0fffff).rom().region("bios", 0x10000);
//AM_RANGE(0xfe0000, 0xffffff) AM_ROM AM_REGION("bios", 0) //?
map(0xfffff0, 0xffffff).rom().region("bios", 0x1fff0); //?