branches/alto2/src/emu/cpu/alto2/alto2cpu.h
| r26393 | r26394 | |
| 54 | 54 | |
| 55 | 55 | #define USE_PRIO_F9318 0 //!< define to 1 to use the F9318 priority encoder code |
| 56 | 56 | #define USE_ALU_74181 1 //!< define to 1 to use the SN74181 ALU code |
| 57 | | #define DEBUG_DISPLAY_TIMING 0 //!< define to 1 to debug the display timing |
| 58 | 57 | #define USE_BITCLK_TIMER 0 //!< define to 1 to use a very high rate timer for the disk bit clock |
| 59 | 58 | #define ALTO2_HAMMING_CHECK 0 //!< define to 1 to incorporate the Hamming code and Parity check |
| 60 | 59 | |