gbaid.gba

Undocumented in source.

Modules

arm
module gbaid.gba.arm
Undocumented in source.
assembly
module gbaid.gba.assembly
Undocumented in source.
cpu
module gbaid.gba.cpu
Undocumented in source.
display
module gbaid.gba.display
Undocumented in source.
dma
module gbaid.gba.dma
Undocumented in source.
gpio
module gbaid.gba.gpio
Undocumented in source.
halt
module gbaid.gba.halt
Undocumented in source.
instable
module gbaid.gba.instable
Undocumented in source.
interrupt
module gbaid.gba.interrupt
Undocumented in source.
io
module gbaid.gba.io
Undocumented in source.
keypad
module gbaid.gba.keypad
Undocumented in source.
memory
module gbaid.gba.memory
Undocumented in source.
register
module gbaid.gba.register
Undocumented in source.
rtc
module gbaid.gba.rtc
Undocumented in source.
sio
module gbaid.gba.sio
Undocumented in source.
sound
module gbaid.gba.sound
Undocumented in source.
system
module gbaid.gba.system
Undocumented in source.
thumb
module gbaid.gba.thumb
Undocumented in source.
timer
module gbaid.gba.timer
Undocumented in source.

Public Imports

gbaid.gba.system
public import gbaid.gba.system : GameBoyAdvance;
gbaid.gba.memory
public import gbaid.gba.memory : GamePakData;
gbaid.gba.keypad
public import gbaid.gba.keypad : KeypadState;
gbaid.gba.display
public import gbaid.gba.display : DISPLAY_WIDTH, DISPLAY_HEIGHT, TIMING_WIDTH, TIMING_HEIGTH, CYCLES_PER_DOT, CYCLES_PER_FRAME, FrameSwapper;
gbaid.gba.sound
public import gbaid.gba.sound : SOUND_OUTPUT_FREQUENCY, CYCLES_PER_AUDIO_SAMPLE, AudioReceiver;

Members

Static variables

FRAME_DURATION
TickDuration FRAME_DURATION;
Undocumented in source.

Meta