mirror of
https://github.com/jscrane/r65emu.git
synced 2025-02-10 19:31:57 +00:00
swap kbd lines on esp8266
This commit is contained in:
parent
ef1464a906
commit
7fb04ebf17
@ -12,8 +12,8 @@
|
||||
//#define LOAD_GLCD
|
||||
|
||||
// PS/2 keyboard
|
||||
#define KBD_DATA D3
|
||||
#define KBD_IRQ D4
|
||||
#define KBD_IRQ D3
|
||||
#define KBD_DATA D4
|
||||
|
||||
#define RAM_SIZE 0x8000u
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
//#define LOAD_GLCD
|
||||
|
||||
// PS/2 keyboard
|
||||
#define KBD_DATA D3
|
||||
#define KBD_IRQ D4
|
||||
#define KBD_IRQ D3
|
||||
#define KBD_DATA D4
|
||||
|
||||
#define RAM_SIZE 0x8000u
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
//#define LOAD_GLCD
|
||||
|
||||
// PS/2 keyboard
|
||||
#define KBD_DATA D3
|
||||
#define KBD_IRQ D4
|
||||
#define KBD_IRQ D3
|
||||
#define KBD_DATA D4
|
||||
|
||||
#define RAM_SIZE 0x8000u
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
//#define LOAD_GLCD
|
||||
|
||||
// PS/2 keyboard
|
||||
#define KBD_DATA D3
|
||||
#define KBD_IRQ D4
|
||||
#define KBD_IRQ D3
|
||||
#define KBD_DATA D4
|
||||
|
||||
#define RAM_SIZE 0x8000u
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user