nuclear@1: | vi:filetype=asm68k: nuclear@1: .equ VDP_PORT_DATA, 0xc00000 nuclear@1: .equ VDP_PORT_CTL, 0xc00004 nuclear@1: nuclear@1: .equ VDP_REG_MODE1, 0 nuclear@1: .equ VDP_REG_MODE2, 1 nuclear@1: nuclear@1: .equ VDP_WRITE_VRAM, 0x40000000 nuclear@1: .equ VDP_WRITE_CRAM, 0xc0000000 nuclear@1: .equ VDP_WRITE_VSRAM, 0x40000010 nuclear@1: .equ VDP_READ_VRAM, 0 nuclear@1: .equ VDP_READ_CRAM, 0x00000020 nuclear@1: .equ VDP_READ_VSRAM, 0x00000010