summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/msx.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
commit5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch)
tree59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/mess/machine/msx.c
parentc4e9058ee26841baae4c0fd51e081949747d5f48 (diff)
Cleanups and version bump
Diffstat (limited to 'src/mess/machine/msx.c')
-rw-r--r--src/mess/machine/msx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/msx.c b/src/mess/machine/msx.c
index 5cc78cfa073..1c4d2d10f31 100644
--- a/src/mess/machine/msx.c
+++ b/src/mess/machine/msx.c
@@ -527,4 +527,3 @@ WRITE8_MEMBER( msx_state::msx_switched_w )
this->space().write_byte( (m_current_switched_device << 8) | offset, data );
}
}
-