nuclear@0: #include "vdp.h" nuclear@0: nuclear@0: void vdp_init(void) nuclear@0: { nuclear@0: vdp_setreg(VDP_REG_MODE1, VDP_MODE1_BASE); nuclear@0: vdp_setreg(VDP_REG_MODE2, VDP_MODE2_BASE | VDP_MODE2_DISP); nuclear@0: nuclear@0: vdp_set_autoinc(2); nuclear@0: }