Documentation ¶
Index ¶
Constants ¶
View Source
const ( V_BLANK_IR_ADDR byte = 0x40 LCD_IR_ADDR = 0x48 TIMER_OVERFLOW_IR_ADDR = 0x50 JOYP_HILO_IR_ADDR = 0x60 )
interrupt handler addresses
View Source
const ( V_BLANK_IRQ byte = 0x01 //bit 0 LCD_IRQ = 0x02 //bit 1 TIMER_OVERFLOW_IRQ = 0x04 // bit 2 JOYP_HILO_IRQ = 0x10 //bit 4 )
View Source
const ( SIXTEENMB_ROM_8KBRAM = iota FOURMB_ROM_32KBRAM )
View Source
const ( INTERRUPT_ENABLED_FLAG_ADDR types.Word = 0xFFFF INTERRUPT_FLAG_ADDR = 0xFF0F )
memory addresses
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.