summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68000.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-05-31 20:29:09 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-05-31 20:29:09 +0200
commit9ebffb6344c27bba49e9275b540035b092d3a450 (patch)
tree7daaa1922993c689b9f42e624f9f216eb94cb5dd /src/devices/cpu/m68000/m68000.h
parentb68afeeac40f6cbc629f0f1bda1c12c4bebacddb (diff)
megadriv.cpp, megaplay.cpp, megatech.cpp: macro removal (nw)
Diffstat (limited to 'src/devices/cpu/m68000/m68000.h')
-rw-r--r--src/devices/cpu/m68000/m68000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/m68000.h b/src/devices/cpu/m68000/m68000.h
index f9e5d2c2d26..314425ee028 100644
--- a/src/devices/cpu/m68000/m68000.h
+++ b/src/devices/cpu/m68000/m68000.h
@@ -255,7 +255,7 @@ protected:
write_line_delegate m_reset_instr_callback; /* Called when a RESET instruction is encountered */
write32_delegate m_cmpild_instr_callback; /* Called when a CMPI.L #v, Dn instruction is encountered */
write_line_delegate m_rte_instr_callback; /* Called when a RTE instruction is encountered */
- write8_delegate m_tas_write_callback; /* Called instead of normal write8 by the TAS instruction,
+ write8sm_delegate m_tas_write_callback; /* Called instead of normal write8 by the TAS instruction,
allowing writeback to be disabled globally or selectively
or other side effects to be implemented */