BizHawk/libmeteor/source
goyuken b9fac0643a gba: fix H-mosaic in text mode BGs 2012-11-24 18:33:15 +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: fix H-mosaic in text mode BGs 2012-11-24 18:33:15 +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 stuff, don't use 2012-11-19 22:43:34 +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 gba: Up the verbosity of the tracelogger. Using it, I was able to find a nasty bug: bitfields in cpsr\spsr were not being handled as expected by the compiler. Presumably the version and settings on GCC normally used for retrometeor does what's desired? Workaround applied. 2012-11-23 20:17:20 +00:00
dma.cpp stuff, don't use 2012-11-19 22:43:34 +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: core input stuff, including basic lag frame detection 2012-11-20 02:58:39 +00:00
keypad.cpp stuff, don't use 2012-11-19 22:43:34 +00:00
lcd.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
memory.cpp gba: saveram support. not tested too much because controller isn't hooked up yet. (and path config appears to be dumping them in the wrong place). also remove the silly system where the core tracks timing on when to write the saveram file to disk. 2012-11-24 02:25:47 +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