|
|
| version 1.4, 2004/08/03 12:50:53 | version 1.5, 2004/08/04 17:09:25 |
|---|---|
| Line 6 | Line 6 |
| #include "vram.h" | #include "vram.h" |
| #include "debugsub.h" | #include "debugsub.h" |
| #include "x1_io.h" | |
| #include "x1_crtc.h" | |
| // 状態吐き出し げろりんこ | // 状態吐き出し げろりんこ |
| Line 33 void debugsub_status(void) { | Line 30 void debugsub_status(void) { |
| Z80_HL, Z80_IX, Z80_IY, Z80_SP, | Z80_HL, Z80_IX, Z80_IY, Z80_SP, |
| Z80_AF2, Z80_BC2, Z80_DE2, Z80_HL2, | Z80_AF2, Z80_BC2, Z80_DE2, Z80_HL2, |
| Z80_IM, Z80_I, subcpu.Ex[4][0], | Z80_IM, Z80_I, subcpu.Ex[4][0], |
| crtc.CRT_YL, crtc.CRT_VS, | crtc.s.CRT_YL, crtc.s.CRT_VS, |
| crtc.FNT_YL, crtc.TXT_YL, crtc.SCRN_BITS); | crtc.s.FNT_YL, crtc.s.TXT_YL, crtc.s.SCRN_BITS); |
| file_write(fh, work, STRLEN(work) * sizeof(OEMCHAR)); | file_write(fh, work, STRLEN(work) * sizeof(OEMCHAR)); |
| file_close(fh); | file_close(fh); |
| } | } |