mame/src/mess/machine/pc_turbo.h
2012-08-21 10:41:19 +00:00

16 lines
377 B
C

/*********************************************************************
pc_turbo.h
The PC "turbo" button
**********************************************************************/
#ifndef PC_TURBO_H
#define PC_TURBO_H
int pc_turbo_setup(running_machine &machine, device_t *cpu, const char *port, int mask, double off_speed, double on_speed);
#endif /* PC_TURBO_H */