|
|
| version 1.27, 2004/03/01 05:29:58 | version 1.28, 2004/03/06 18:25:36 |
|---|---|
| Line 1009 void gdc_reset(void) { | Line 1009 void gdc_reset(void) { |
| void gdc_bind(void) { | void gdc_bind(void) { |
| gdc_updateclock(); | gdc_updateclock(); |
| #if defined(SUPPORT_PC9821) // とりあえずフックだけ | |
| iocore_attachout(0x09a0, gdc_o9a0); | |
| iocore_attachinp(0x09a0, gdc_i9a0); | |
| #endif | |
| #if defined(SUPPORT_CRT31KHZ) | #if defined(SUPPORT_CRT31KHZ) |
| iocore_attachout(0x09a8, gdc_o9a8); | iocore_attachout(0x09a8, gdc_o9a8); |
| iocore_attachinp(0x09a8, gdc_i9a8); | iocore_attachinp(0x09a8, gdc_i9a8); |