diff options
Diffstat (limited to 'converter/pc98_usb/matrix.c')
| -rw-r--r-- | converter/pc98_usb/matrix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/converter/pc98_usb/matrix.c b/converter/pc98_usb/matrix.c index d03aaf10d..8833e0a85 100644 --- a/converter/pc98_usb/matrix.c +++ b/converter/pc98_usb/matrix.c | |||
| @@ -93,10 +93,6 @@ RETRY: | |||
| 93 | 93 | ||
| 94 | void matrix_init(void) | 94 | void matrix_init(void) |
| 95 | { | 95 | { |
| 96 | print_enable = true; | ||
| 97 | // debug_enable = true; | ||
| 98 | // debug_matrix = true; | ||
| 99 | |||
| 100 | PC98_RST_DDR |= (1<<PC98_RST_BIT); | 96 | PC98_RST_DDR |= (1<<PC98_RST_BIT); |
| 101 | PC98_RDY_DDR |= (1<<PC98_RDY_BIT); | 97 | PC98_RDY_DDR |= (1<<PC98_RDY_BIT); |
| 102 | PC98_RTY_DDR |= (1<<PC98_RTY_BIT); | 98 | PC98_RTY_DDR |= (1<<PC98_RTY_BIT); |
