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