blob: f6c21e3710f9855110d0a5c04b9079b426990bec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*********************************************************************
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 */
|