1 // license:GPL-2.0+
2 // copyright-holders:Kevin Thacker
3 /*****************************************************************************
4  *
5  * includes/spec128.h
6  *
7  ****************************************************************************/
8 
9 #ifndef MAME_INCLUDES_SPEC128_H
10 #define MAME_INCLUDES_SPEC128_H
11 
12 /* 128K machines take an extra 4 cycles per scan line - add this to retrace */
13 #define SPEC128_UNSEEN_LINES    15
14 #define SPEC128_RETRACE_CYCLES  52
15 #define SPEC128_CYCLES_PER_LINE 228
16 
17 #endif // MAME_INCLUDES_SPEC128_H
18