summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/driver.h')
-rw-r--r--src/emu/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/driver.h b/src/emu/driver.h
index 3e66e7fee39..2fc09425888 100644
--- a/src/emu/driver.h
+++ b/src/emu/driver.h
@@ -100,7 +100,7 @@ struct game_driver
const char * year; /* year the game was released */
const char * manufacturer; /* manufacturer of the game */
machine_config_constructor machine_config; /* machine driver tokens */
- ioport_constructor ipt; /* pointer to array of input port tokens */
+ ioport_constructor ipt; /* pointer to array of input port tokens */
void (*driver_init)(running_machine &machine); /* DRIVER_INIT callback */
const rom_entry * rom; /* pointer to list of ROMs for the game */
const char * compatible_with;