diff options
author | 2014-07-22 06:14:55 +0000 | |
---|---|---|
committer | 2014-07-22 06:14:55 +0000 | |
commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/emu/bus/msx_cart/arc.c | |
parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/emu/bus/msx_cart/arc.c')
-rw-r--r-- | src/emu/bus/msx_cart/arc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/bus/msx_cart/arc.c b/src/emu/bus/msx_cart/arc.c index 60d01ee6088..fae904f7f04 100644 --- a/src/emu/bus/msx_cart/arc.c +++ b/src/emu/bus/msx_cart/arc.c @@ -60,4 +60,3 @@ READ8_MEMBER(msx_cart_arc::io_7f_r) { return ((m_7f & 0x03) == 0x03) ? 0xda : 0xff; } - |