Aaron Culliney
|
c13caa0798
|
add callLQ preprocessor macro
|
2014-06-21 14:05:00 -07:00 |
|
Aaron Culliney
|
44f06dfb48
|
don't {Pre,Post}fix Project Preprocessor macro with __
|
2014-06-21 13:46:02 -07:00 |
|
Aaron Culliney
|
02a4feba78
|
Build shim for glue.S and Mac project tweaks
|
2014-06-21 13:43:13 -07:00 |
|
Aaron Culliney
|
51e261fc9d
|
Add font.c to reduce Xcode project build complexity
* font.c shouldn't change if font.txt isn't tweaked
* easy to regenerate without needing Xcode
|
2014-06-21 12:17:59 -07:00 |
|
Aaron Culliney
|
ac55dee266
|
Adds unit test target to project, moves existing tests to that target
|
2014-06-21 12:14:15 -07:00 |
|
Aaron Culliney
|
b9cdf663a0
|
Shim clock_gettime
|
2014-06-21 10:02:26 -07:00 |
|
Aaron Culliney
|
686d4e9b63
|
Initial integration of emulator code
* No audio support
* No video support
|
2014-06-21 09:36:49 -07:00 |
|
Aaron Culliney
|
7c44ff4191
|
Initial Cocos2d Mac project
|
2014-06-16 22:57:54 -07:00 |
|
Aaron Culliney
|
6a6a7b6d43
|
test-driver
|
2014-06-14 12:32:27 -07:00 |
|
Aaron Culliney
|
5083aac4b7
|
silence compiler warnings
|
2014-06-14 12:19:15 -07:00 |
|
Aaron Culliney
|
87a34d2d97
|
Remove compiler pragmas and silence a spurious assert
|
2014-06-14 12:13:49 -07:00 |
|
Aaron Culliney
|
1649419b39
|
Fixe unused variable warnings
|
2014-06-14 11:50:50 -07:00 |
|
Aaron Culliney
|
595bab04bd
|
Fix warnings
|
2014-06-14 11:26:49 -07:00 |
|
Aaron Culliney
|
8ded3fa0f1
|
Expose unused variables and improve logging
* Adds support for RELEASE_ logging (logging even with NDEBUG builds)
|
2014-06-14 11:26:33 -07:00 |
|
Aaron Culliney
|
86076697b9
|
BLOAD now takes a bank argument
|
2014-06-14 10:37:14 -07:00 |
|
Aaron Culliney
|
46f8e711f6
|
tweak comments
|
2014-06-14 10:34:24 -07:00 |
|
Aaron Culliney
|
2cb599b173
|
.gitignore
|
2014-06-14 10:31:04 -07:00 |
|
Aaron Culliney
|
995643dfa2
|
DAA and DAS algorithms for x86_64
|
2014-06-13 23:57:56 -07:00 |
|
Aaron Culliney
|
2def12c703
|
Fix build warning
|
2014-06-08 15:50:34 -07:00 |
|
Aaron Culliney
|
1b2a46dff4
|
x86_64 bugfix : subtract 32bit int type
|
2014-06-08 15:46:59 -07:00 |
|
Aaron Culliney
|
2f2698ed9e
|
Mark non-XShm support as buggy
|
2014-06-08 14:14:47 -07:00 |
|
Aaron Culliney
|
f72976a566
|
Fix calling conventions on x86_64
|
2014-06-08 13:12:48 -07:00 |
|
Aaron Culliney
|
45f29f363f
|
Fix ROR instruction on x86_64
|
2014-06-08 13:12:12 -07:00 |
|
Aaron Culliney
|
c33cdb4b25
|
x86_64 target builds
|
2014-06-08 11:01:38 -07:00 |
|
Aaron Culliney
|
126d049ffc
|
Refactor to two jump vectors
* Believe needed to allow minimal change for x86_64 codepath
|
2014-06-07 16:05:38 -07:00 |
|
Aaron Culliney
|
320819c829
|
on second thought, .balign 16 always
* if someone still has an olde i[345]86 machine that b0rks... fix it then! =P
|
2014-06-07 16:01:36 -07:00 |
|
Aaron Culliney
|
71f71af834
|
Use name-indirection for assembly acting on full-length registers
|
2014-06-07 15:05:29 -07:00 |
|
Aaron Culliney
|
efc63aeb7a
|
Refactoring: removing redundant code
|
2014-06-07 14:21:12 -07:00 |
|
Aaron Culliney
|
23e6e0ea75
|
Use name-indirection for all registers
|
2014-06-07 13:59:49 -07:00 |
|
Aaron Culliney
|
30cf264aa6
|
Refactoring: shifting to avoid stack hit
|
2014-06-07 13:40:18 -07:00 |
|
Aaron Culliney
|
05e10b7eb8
|
inline macros used once and brace apple vm specific code
|
2014-06-07 13:08:01 -07:00 |
|
Aaron Culliney
|
b10593796c
|
Move x86-specific assembly alignment macros and add __i686__
|
2014-06-07 13:02:22 -07:00 |
|
Aaron Culliney
|
fa03fb3d48
|
Refactoring for efficiency on restore from C
|
2014-06-07 12:41:47 -07:00 |
|
Aaron Culliney
|
32f53a4e57
|
Refactoring to isolate full-length registers
|
2014-06-07 12:06:53 -07:00 |
|
Aaron Culliney
|
d7685a2163
|
Refactoring for more consistent/descriptive register names
|
2014-06-07 11:44:27 -07:00 |
|
Aaron Culliney
|
8791730b12
|
refactoring whitespaces, no code change
|
2014-06-07 11:29:07 -07:00 |
|
Aaron Culliney
|
ac0b132dee
|
Better target arch checks, beginnings of x64
|
2014-06-07 11:24:53 -07:00 |
|
Aaron Culliney
|
24ed2ea6ef
|
Refactoring assembly : move x86 registers to separate file
|
2014-06-07 10:54:56 -07:00 |
|
Aaron Culliney
|
6d63592ada
|
Misc BASIC test scripts
|
2014-05-31 10:45:30 -07:00 |
|
Aaron Culliney
|
28ba68d8f1
|
move greatest.h into test directory
|
2014-05-31 10:42:10 -07:00 |
|
Aaron Culliney
|
cb56177369
|
rename asm386 -> x86
|
2014-05-31 10:29:39 -07:00 |
|
Aaron Culliney
|
00d36d3f5e
|
slightly improved display tests
|
2014-05-28 22:16:11 -07:00 |
|
Aaron Culliney
|
3d45e75ea1
|
Refactor dhires graphics plotting to C
|
2014-05-23 08:46:25 -07:00 |
|
Aaron Culliney
|
46b6fa5342
|
Improve the dhires plotting routine
|
2014-05-23 08:24:25 -07:00 |
|
Aaron Culliney
|
c0e4e8ab31
|
refactor video_redraw to C
|
2014-05-20 22:47:19 -07:00 |
|
Aaron Culliney
|
6af5eb8be8
|
Fix interpolated colors
|
2014-05-18 21:27:19 -07:00 |
|
Aaron Culliney
|
0cea462c29
|
remove redundant code
|
2014-05-18 20:01:38 -07:00 |
|
Aaron Culliney
|
fd12c8cf53
|
Refactor Hires GRaphics to C
|
2014-05-18 19:51:34 -07:00 |
|
Aaron Culliney
|
57a01d28a8
|
Refactoring coding style for clarity
|
2014-05-18 14:40:53 -07:00 |
|
Aaron Culliney
|
f7369869d7
|
Beginning refactoring hires graphics to C
|
2014-05-18 13:27:11 -07:00 |
|