Jeffrey Pfau
|
2bca4c399b
|
Fix assumption that savedata->vf is non-null within flash memory code
|
2014-10-11 15:46:59 -07:00 |
Jeffrey Pfau
|
435edc8017
|
Prefix completion
|
2014-10-10 03:27:10 -07:00 |
Jeffrey Pfau
|
ab904f2cfd
|
Don't tab complete null
|
2014-10-10 03:22:44 -07:00 |
Jeffrey Pfau
|
ef6e1f9e74
|
Fix tab-completing past the end of the completions list
|
2014-10-10 02:56:13 -07:00 |
Jeffrey Pfau
|
0b736c9cc8
|
Add disassemble alias
|
2014-10-10 02:50:09 -07:00 |
Jeffrey Pfau
|
be82f04618
|
Print address alongside disassembled instructions
|
2014-10-10 02:45:57 -07:00 |
Jeffrey Pfau
|
6aee0693ec
|
Add support for 0b-style literals
|
2014-10-10 02:38:05 -07:00 |
Jeffrey Pfau
|
fd1128f90a
|
Fix 0 not being recognized as a valid token
|
2014-10-10 02:33:50 -07:00 |
Jeffrey Pfau
|
e293134a78
|
Unify optional directory file opening
|
2014-10-09 23:55:02 -07:00 |
Jeffrey Pfau
|
747e30c5e1
|
Fix perf-main parsing when errno is not cleared
|
2014-10-09 03:43:51 -07:00 |
Jeffrey Pfau
|
8ae1a3a3a3
|
Use bitfield for BIOS Huffman nodes
|
2014-10-09 03:02:35 -07:00 |
Jeffrey Pfau
|
59f1018dd2
|
Speculative fixes for SDL fallback and failing configuring
|
2014-10-08 04:48:23 -07:00 |
Jeffrey Pfau
|
0890d21645
|
Fix types for some LP64 systems
|
2014-10-08 01:16:50 -07:00 |
Jeffrey Pfau
|
b12f7a136e
|
Fix printf format string to use unsigned instead of signed
|
2014-10-08 01:04:19 -07:00 |
Jeffrey Pfau
|
bc2979679e
|
Write audio FIFO in discrete chunks to avoid ordering issues
|
2014-10-07 01:54:02 -07:00 |
Jeffrey Pfau
|
54bda1757e
|
Replace remaining bit-packed structs in audio with bitfields
|
2014-10-07 00:53:39 -07:00 |
Jeffrey Pfau
|
d2adc2449a
|
Replace sound channel bitpacked structs with bitfields
|
2014-10-07 00:36:07 -07:00 |
Jeffrey Pfau
|
ad7f1ae939
|
Fix build when PNG support is not enabled
|
2014-10-06 23:38:48 -07:00 |
Jeffrey Pfau
|
e9864cbc99
|
Add some missing usage documentation
|
2014-10-06 23:36:52 -07:00 |
Jeffrey Pfau
|
bac0d35034
|
Enhance perf-main with higher granularity output, optional parseable output and higher granularity duration setting
|
2014-10-06 23:32:26 -07:00 |
Jeffrey Pfau
|
32bc6750c1
|
Migrate mosaic to bitfields
|
2014-10-06 00:49:06 -07:00 |
Jeffrey Pfau
|
7d12de0cb9
|
Move BLDCNT definition from video-softare to gba-video
|
2014-10-06 00:37:08 -07:00 |
Jeffrey Pfau
|
8bbac2f512
|
Add __attribute__((unused)) to generated bitfield functions
|
2014-10-06 00:18:53 -07:00 |
Jeffrey Pfau
|
0c18e415e8
|
Use bitfields for windows
|
2014-10-06 00:16:33 -07:00 |
Jeffrey Pfau
|
4f8c021f95
|
Enhance CMake lists to have unified feature detection, summaries
|
2014-10-05 23:08:11 -07:00 |
Jeffrey Pfau
|
8ef31b1c3d
|
Use bitfields for BLDCNT
|
2014-10-05 22:36:25 -07:00 |
Jeffrey Pfau
|
fd5b95024e
|
Clean up transformed sprite rendering using accumulators
|
2014-10-05 22:08:07 -07:00 |
Jeffrey Pfau
|
18c5c950db
|
Use LOAD_16 for sprites instead of accessing the array directly
|
2014-10-04 00:36:14 -07:00 |
Jeffrey Pfau
|
f30a625b51
|
Reduce size of ARMInstructionInfo
|
2014-10-02 04:42:18 -07:00 |
Jeffrey Pfau
|
c6954bcb4a
|
Fix regressed sprite x wrapping
|
2014-10-02 00:54:39 -07:00 |
Jeffrey Pfau
|
58400c859f
|
Merge preprocess transformed and normal sprite routines
|
2014-10-02 00:53:51 -07:00 |
Jeffrey Pfau
|
935182fdc4
|
Split out OBJ attributes and load memory with proper translation
|
2014-10-02 00:41:41 -07:00 |
Jeffrey Pfau
|
b0726d0185
|
Replace bit packed structs in sprites with bitfields
|
2014-10-02 00:20:15 -07:00 |
Jeffrey Pfau
|
235141f1f3
|
Fix PSRs on some PPC compilers
|
2014-10-01 12:42:12 +00:00 |
Jeffrey Pfau
|
d1f8e58b13
|
Attempt to stabilize PPC asm across compilers
|
2014-10-01 12:41:51 +00:00 |
Jeffrey Pfau
|
43e5aa698a
|
Fix modes 3 and 5 after vram load refactor
|
2014-10-01 23:30:26 -07:00 |
Jeffrey Pfau
|
fb10622946
|
Clean up background charBase shifting
|
2014-10-01 23:24:15 -07:00 |
Jeffrey Pfau
|
f9ebe36fac
|
Fix regression caused by converting DISPSTAT into a bitfield
|
2014-10-01 23:19:26 -07:00 |
Jeffrey Pfau
|
38e8cc1ee4
|
Preliminary pass at straightening out VRAM loads
|
2014-10-01 04:00:15 -07:00 |
Jeffrey Pfau
|
56a105e3da
|
Fix addresses being truncated
|
2014-10-01 03:23:16 -07:00 |
Jeffrey Pfau
|
14b6393b51
|
Replace BGCNT with bitfield
|
2014-10-01 02:50:10 -07:00 |
Jeffrey Pfau
|
0a5a099059
|
Make PPC asm directives a bit more resilient to different compilers
|
2014-10-01 09:33:37 +00:00 |
Jeffrey Pfau
|
996cfe8a26
|
Fix crashes in sdl/sw-main
|
2014-10-01 01:59:03 -07:00 |
Jeffrey Pfau
|
5afd8ea1bb
|
The old implementation of endian swapping was sufficient, put it back
|
2014-10-01 00:57:52 -07:00 |
Jeffrey Pfau
|
f4d27e5e40
|
Use new bitfields for DMAs
|
2014-10-01 00:17:51 -07:00 |
Jeffrey Pfau
|
7e4dc6c15c
|
Replace dispstat assorted variables with a bitfield
|
2014-09-30 23:29:30 -07:00 |
Jeffrey Pfau
|
015e6700d7
|
Remove unused union
|
2014-09-30 22:57:05 -07:00 |
Jeffrey Pfau
|
5874d416df
|
Start replacing packed structs with flags
|
2014-09-30 22:50:27 -07:00 |
Jeffrey Pfau
|
3cd0b50bce
|
Add phony strndup implementation for when we do not have one
|
2014-09-30 22:05:07 -07:00 |
Jeffrey Pfau
|
b6b1060676
|
Fix PPC asm directives on older GCCs
|
2014-09-30 22:03:49 -07:00 |