diff options
Diffstat (limited to 'src/emu/imagedev/bitbngr.h')
-rw-r--r-- | src/emu/imagedev/bitbngr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/imagedev/bitbngr.h b/src/emu/imagedev/bitbngr.h index 85124ca2536..ac27e3817c0 100644 --- a/src/emu/imagedev/bitbngr.h +++ b/src/emu/imagedev/bitbngr.h @@ -70,7 +70,7 @@ typedef struct _bitbanger_config bitbanger_config; struct _bitbanger_config { /* callback to driver */ - void (*input_callback)(running_machine *machine, UINT8 bit); + void (*input_callback)(running_machine &machine, UINT8 bit); int default_mode; /* emulating a printer or modem */ int default_baud; /* output bits per second */ int default_tune; /* fine tune adjustment to the baud */ |