Globally change z180_device::XXX or /*z180_device::*/XXX to z180_device_XXX and simil...
authorNick Downing <nick.downing@lifx.co>
Sat, 29 Jun 2019 23:56:37 +0000 (09:56 +1000)
committerNick Downing <nick.downing@lifx.co>
Sat, 29 Jun 2019 23:56:37 +0000 (09:56 +1000)
commit5f60d5cadae541145d63bb192ae21b73eda2040b
tree88885153d79299ede020f4467fce0405966d3c42
parent2b05863ee97f7d19499cc20b74b89f0aa3c29b39
Globally change z180_device::XXX or /*z180_device::*/XXX to z180_device_XXX and similar, required to synthesize the prefix in code where it was implicit in C++, allows better coexistence of multiple CPUs in same executable
14 files changed:
z180/cpu.c
z180/emu.h
z180/z180.c
z180/z180.h
z180/z180cb.inc
z180/z180dasm.c
z180/z180dasm.h
z180/z180dd.inc
z180/z180ed.inc
z180/z180fd.inc
z180/z180op.inc
z180/z180ops.inc
z180/z180tbl.inc
z180/z180xy.inc