summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2017-09-02 10:54:21 -0400
committer Nathan Woods <npwoods@mess.org>2017-09-02 10:54:21 -0400
commit8f738ce025f07b9418bdc3d0911c5a3fad3eae8d (patch)
tree4fd2bd42fccbedfd607c5266455e30d3a11a44d6
parentd217e1fbec6dca0c959e7ae9b8e8cd6a86a9e3fb (diff)
Removing non-standard C++ (nw)
-rw-r--r--src/devices/bus/a2bus/ssprite.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/ssprite.cpp b/src/devices/bus/a2bus/ssprite.cpp
index d0265fca5df..5f101bcf6ac 100644
--- a/src/devices/bus/a2bus/ssprite.cpp
+++ b/src/devices/bus/a2bus/ssprite.cpp
@@ -127,7 +127,8 @@ void a2bus_ssprite_device::write_c0nx(address_space &space, uint8_t offset, uint
case 2:
m_tms5220->data_w(space, offset, data);
break;
- case 12 ... 13:
+ case 12:
+ case 13:
m_ay->data_w(space, 0, data);
break;
case 14: