Skip to content

Commit

Permalink
- copied definitions from c64/config.h so fifo64/sfifo64 drivers can …
Browse files Browse the repository at this point in the history
…compile
  • Loading branch information
ytm committed Apr 9, 2005
1 parent aaceba9 commit ad6341b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kernel/c128/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,16 @@
# define SPEED_1MHZ
#endif

;// this should allow s/fifo64 drivers to compile, don't know if they actually work in
;// C128 native mode
;
;// UART Configuration (fifo64/sfifo64 drivers)
;// UART base adress
;#define UART_BASE $de00 ;// IDE64
#define UART_BASE $de08 ;// Silversurfer

;// UART Oscillator Frequency in khz (rounded)
;#define UART_OSC_1843 ;// IDE64
#define UART_OSC_7373 ;// Silversurfer

#endif

0 comments on commit ad6341b

Please sign in to comment.