summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/ssbapple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/ssbapple.cpp')
-rw-r--r--src/devices/bus/a2bus/ssbapple.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/a2bus/ssbapple.cpp b/src/devices/bus/a2bus/ssbapple.cpp
index 76dffa56ac6..cf432236e1a 100644
--- a/src/devices/bus/a2bus/ssbapple.cpp
+++ b/src/devices/bus/a2bus/ssbapple.cpp
@@ -4,8 +4,8 @@
ssbapple.c
- Implementation of the SSB Apple speech card
- Must be in slot 2 for the provided software to work!
+ Implementation of the SSB Apple speech card
+ Must be in slot 2 for the provided software to work!
*********************************************************************/
@@ -82,10 +82,10 @@ bool a2bus_ssb_device::take_c800()
uint8_t a2bus_ssb_device::read_cnxx(address_space &space, uint8_t offset)
{
- return 0x1f | m_tms->status_r(space, 0);
+ return 0x1f | m_tms->status_r(space, 0);
}
void a2bus_ssb_device::write_cnxx(address_space &space, uint8_t offset, uint8_t data)
{
m_tms->data_w(space, 0, data);
-} \ No newline at end of file
+}