diff options
author | 2008-11-15 21:36:21 +0000 | |
---|---|---|
committer | 2008-11-15 21:36:21 +0000 | |
commit | 1794cfa5a1e86fbe27d124a3e25c7ed81d58d6c4 (patch) | |
tree | ae2b51f4d94d44198dc33465bbaac997f2cebb3a /src/emu/sound/2151intf.h | |
parent | 41b8e37e3d2618cd5399560122bd3a6986dc0d85 (diff) |
Terminology cleanup. "Machine" handlers are now "space" handlers.
Diffstat (limited to 'src/emu/sound/2151intf.h')
-rw-r--r-- | src/emu/sound/2151intf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2151intf.h b/src/emu/sound/2151intf.h index 16e05140093..723052c17fe 100644 --- a/src/emu/sound/2151intf.h +++ b/src/emu/sound/2151intf.h @@ -7,7 +7,7 @@ typedef struct _ym2151_interface ym2151_interface; struct _ym2151_interface { void (*irqhandler)(running_machine *machine, int irq); - write8_machine_func portwritehandler; + write8_space_func portwritehandler; }; READ8_HANDLER( ym2151_status_port_0_r ); |