BizHawk/libmeteor/source
goyuken 0ef0ef6357 gba: debugging output for software interrupt. todo: possibly bind this to some setting? 2012-12-03 18:49:05 +00:00
..
audio stuff, don't use 2012-11-19 22:43:34 +00:00
disassembler stuff, don't use 2012-11-19 22:43:34 +00:00
graphics gba gpu view: bring to front when loading a widget. gba: put dma in tracelog. disable display of sprites with shape = 3. fixes gobbelygook in F-Zero Climax (J). not sure if this is actually what hardware does, as the broken sprite data is from a different ambiguous situation. 2012-11-29 21:16:52 +00:00
ameteor.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
bios.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
cartmem.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
clock.cpp gba: cycle counter for frame timing was completely busted, now fixed, and frames take the expected approximately 280k cycles to complete 2012-11-24 17:37:40 +00:00
cpu.cpp gba: debugging output for software interrupt. todo: possibly bind this to some setting? 2012-12-03 18:49:05 +00:00
cpu_globals.hpp stuff, don't use 2012-11-19 22:43:34 +00:00
debug.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
debug.hpp gb gpu view: fix bug due to scroll bar hilarity. gba gpu view: implement scanline callbacks 2012-11-30 05:16:37 +00:00
dma.cpp gba gpu view: bring to front when loading a widget. gba: put dma in tracelog. disable display of sprites with shape = 3. fixes gobbelygook in F-Zero Climax (J). not sure if this is actually what hardware does, as the broken sprite data is from a different ambiguous situation. 2012-11-29 21:16:52 +00:00
eeprom.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
flash.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
globals.hpp stuff, don't use 2012-11-19 22:43:34 +00:00
interpreter.cpp gba: correct tracelogger address for PC pipelining. note that the disassembly for some branch instructions shows up wrong, making this seem "wrong". but it's right, and the disassembly will be fixed... 2012-11-24 00:45:25 +00:00
interpreter_arm.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
interpreter_thumb.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
io.cpp gba: blaaaaaaa 2012-11-25 20:42:58 +00:00
keypad.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
lcd.cpp gb gpu view: fix bug due to scroll bar hilarity. gba gpu view: implement scanline callbacks 2012-11-30 05:16:37 +00:00
memory.cpp gba: add system bus memory domain 2012-11-25 19:03:13 +00:00
sound.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
sram.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
timer.cpp gba: make core go into zombie mode if libmeteor aborts, instead of crashing. this makes it easy to pick apart failures using the in-program debugging tools (memory view, tracelog once i add it) 2012-11-21 01:21:50 +00:00