summaryrefslogtreecommitdiff
path: root/converter/pc98_usb/matrix.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-05 03:28:10 +0900
committertmk <nobody@nowhere>2013-04-05 03:28:10 +0900
commita8c465215fce3dad502da868ca49eb446deadc4e (patch)
tree9d74ea9c5062a53775ebe1d01b3067d89413e084 /converter/pc98_usb/matrix.c
parent353a9b56e6caee853d3f808d2bfedf07056b4518 (diff)
parentfbea2a3aae5d66ecb00fcd3473f76337d34688fa (diff)
Merge branch 'action_refine'
Diffstat (limited to 'converter/pc98_usb/matrix.c')
-rw-r--r--converter/pc98_usb/matrix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/converter/pc98_usb/matrix.c b/converter/pc98_usb/matrix.c
index d03aaf10d1..8833e0a851 100644
--- a/converter/pc98_usb/matrix.c
+++ b/converter/pc98_usb/matrix.c
@@ -93,10 +93,6 @@ RETRY:
void matrix_init(void)
{
- print_enable = true;
-// debug_enable = true;
-// debug_matrix = true;
-
PC98_RST_DDR |= (1<<PC98_RST_BIT);
PC98_RDY_DDR |= (1<<PC98_RDY_BIT);
PC98_RTY_DDR |= (1<<PC98_RTY_BIT);