summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-10-25 20:17:56 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-10-25 20:17:56 -0400
commitd6e77a5df0740f7075c7b5edeff3fc38cba4837b (patch)
tree2a5e5556a9710e5187bb748058e9bf6357ed7eba
parent27e584a09dbff4db0086a5aaabd84d8a79bc8bef (diff)
i8x9x: Forgot to add this to the map (nw)
-rw-r--r--src/devices/cpu/mcs96/i8x9x.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/mcs96/i8x9x.cpp b/src/devices/cpu/mcs96/i8x9x.cpp
index 1ab58371f3d..adf012d6a98 100644
--- a/src/devices/cpu/mcs96/i8x9x.cpp
+++ b/src/devices/cpu/mcs96/i8x9x.cpp
@@ -138,6 +138,7 @@ void i8x9x_device::internal_regs(address_map &map)
map(0x03, 0x03).w(FUNC(i8x9x_device::hsi_mode_w));
map(0x04, 0x05).rw(FUNC(i8x9x_device::hsi_time_r), FUNC(i8x9x_device::hso_time_w)); // 16-bit access
map(0x06, 0x06).rw(FUNC(i8x9x_device::hsi_status_r), FUNC(i8x9x_device::hso_command_w));
+ map(0x07, 0x07).rw(FUNC(i8x9x_device::sbuf_r), FUNC(i8x9x_device::sbuf_w));
map(0x08, 0x08).rw(FUNC(i8x9x_device::int_mask_r), FUNC(i8x9x_device::int_mask_w));
map(0x09, 0x09).rw(FUNC(i8x9x_device::int_pending_r), FUNC(i8x9x_device::int_pending_w));
map(0x0a, 0x0b).r(FUNC(i8x9x_device::timer1_r)); // 16-bit access