mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
16 lines
377 B
C
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 */
|