summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/megadriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/megadriv.c')
-rw-r--r--src/mame/machine/megadriv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/machine/megadriv.c b/src/mame/machine/megadriv.c
index f4fc572b813..858e17976dc 100644
--- a/src/mame/machine/megadriv.c
+++ b/src/mame/machine/megadriv.c
@@ -499,12 +499,10 @@ static void megadrive_io_write_tx_port(running_machine &machine, int portnum, UI
static void megadrive_io_write_rx_port(running_machine &machine, int portnum, UINT16 data)
{
-
}
static void megadrive_io_write_sctrl_port(running_machine &machine, int portnum, UINT16 data)
{
-
}
@@ -605,7 +603,6 @@ static WRITE16_HANDLER( megadriv_68k_write_z80_ram )
if ((genz80.z80_has_bus==0) && (genz80.z80_is_reset==0))
{
-
if (!ACCESSING_BITS_0_7) // byte (MSB) access
{
genz80.z80_prgram[(offset<<1)] = (data & 0xff00) >> 8;