mirror of
https://github.com/jscrane/r65emu.git
synced 2025-02-08 22:30:40 +00:00
blank
This commit is contained in:
parent
e1919226e5
commit
6f243f07c5
19
hw/blank.h
Normal file
19
hw/blank.h
Normal file
@ -0,0 +1,19 @@
|
||||
// TFT display...
|
||||
#undef USE_ESPI
|
||||
#undef USE_UTFT
|
||||
|
||||
// PS/2 keyboard
|
||||
#define KBD_DATA 34
|
||||
#define KBD_IRQ 35
|
||||
|
||||
// SPI-RAM
|
||||
#undef USE_SPIRAM
|
||||
|
||||
// "tape" storage...
|
||||
#undef USE_SD
|
||||
#undef USE_FS
|
||||
#undef USE_SPIFFS
|
||||
|
||||
// sound: dac and pwm
|
||||
#undef DAC_SOUND
|
||||
#undef PWM_SOUND
|
Loading…
x
Reference in New Issue
Block a user