29 Commits

Author SHA1 Message Date
de56ce5ac4 DreamcastVideo2: use TAGlobalParameter/TAVertexParameter 2024-12-28 05:11:30 -06:00
fa2b2df19b fix TAGlobalParameter/TAVertexParameter build 2024-12-28 04:51:38 -06:00
a930408799 draw a holly triangle 2024-12-27 18:17:07 -06:00
593ade9517 add java.lang.Math with sin/cos native functions 2024-12-27 10:35:20 -06:00
18b63947bf add CoreBits 2024-12-27 08:28:27 -06:00
aa7bac0367 add HollyBits 2024-12-27 07:11:22 -06:00
56f65b8dda implement instanceof 2024-12-27 05:38:35 -06:00
168c0abbae implement multianewarray 2024-12-27 05:01:41 -06:00
4f312ad42c implement wide 2024-12-27 04:08:03 -06:00
f10429927b implement lookupswitch 2024-12-27 02:07:51 -06:00
de4d8761f1 add DreamcastVideo example 2024-12-27 01:22:47 -06:00
89cac52b14 add memory manipulation native functions 2024-12-26 21:52:33 -06:00
08f1fe0aa6 native_java_io_printstream_write 2024-12-26 05:18:02 -06:00
a476201cc1 initial dreamcast build system 2024-12-26 05:18:00 -06:00
cedeb20353 replace <stdio.h> include with platform macros 2024-12-25 23:20:17 -06:00
0c41658958 add Solution example 2024-12-25 12:28:48 -06:00
f1976baf57 implement String support 2024-12-25 10:10:28 -06:00
3a75d5bcdc allow array references in areturn 2024-12-25 08:31:18 -06:00
f1709eb369 implement all reference operations 2024-12-25 06:30:45 -06:00
bba08c9a3e implement class instances 2024-12-25 04:36:46 -06:00
d0edd6b12b implement double 2024-12-25 01:42:24 -06:00
eef2c848e8 implement long 2024-12-25 01:16:59 -06:00
baa3db16b1 implement static method overloading 2024-12-24 20:24:14 -06:00
d2863035e4 implement static fields 2024-12-24 07:44:14 -06:00
3791a78e19 add AdventOfCodeDay2 test 2024-12-24 02:54:06 -06:00
b266c6b4d3 implement float 2024-12-24 02:02:46 -06:00
d09d712f1b implement return/ireturn 2024-12-24 00:49:05 -06:00
932a7c82aa add class_resolver
Implement the getfield and invokestatic opcodes.
2024-12-23 23:25:45 -06:00
39f53e8ee4 initial 2024-12-23 14:41:20 -06:00