1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-08 09:28:57 +00:00
Commit Graph

1160 Commits

Author SHA1 Message Date
David Schmenk
4db8271a25 TFTP server and fix FOR/NEXT in module init bug 2018-04-21 16:35:31 -07:00
Dave Schmenk
0a1f497d6c Smaller startup message 2018-04-20 10:05:53 -07:00
Dave Schmenk
ddd5e28fd4 Update startup message 2018-04-20 09:42:01 -07:00
David Schmenk
8d7ed176c5 update images 2018-04-19 16:35:32 -07:00
David Schmenk
912a4526fe LZ4 unpack library and sample lz4cat 2018-04-19 13:41:14 -07:00
David Schmenk
6cf47da936 LZ4 decompressor 2018-04-19 06:59:39 -07:00
David Schmenk
430b70f931 Update memmgr library 2018-04-17 16:15:50 -07:00
David Schmenk
d0eb8a5897 update images with FOR/NEXT changes 2018-04-17 11:11:11 -07:00
David Schmenk
c1d849946f BIG change so FOR/NEXT exits with proper terminal value in variable 2018-04-17 10:39:05 -07:00
David Schmenk
1c63d4832e Update C64 VM 2018-04-16 11:10:51 -07:00
David Schmenk
bef66ae6c0 Fix buggered 65802 JIT optimization 2018-04-15 15:28:20 -07:00
David Schmenk
f32349b849 Buggered that optimization up 2018-04-15 15:25:00 -07:00
David Schmenk
8d119d3d8c Check for H/W/ access on BYTE loads 2018-04-15 14:47:14 -07:00
David Schmenk
bbac311c4f John Brooks Optiizations 2018-04-15 14:34:45 -07:00
David Schmenk
174ff0b7a2 update image` 2018-04-14 13:32:38 -07:00
David Schmenk
45b3560040 Fix compiler allocations for 64K machine 2018-04-14 12:48:12 -07:00
David Schmenk
ed280b3584
Update README.md 2018-04-13 21:47:12 -07:00
David Schmenk
c88d5cabcb update images 2018-04-13 16:14:40 -07:00
David Schmenk
97e2c48098 Fix 64K VM 2018-04-13 16:13:12 -07:00
David Schmenk
0925945d2e Fix VM filename in VMLOAD 2018-04-13 13:34:10 -07:00
David Schmenk
b5c30d524e update images 2018-04-13 12:21:04 -07:00
David Schmenk
3a6c77a4eb Simplify VM configurations and auto-load alternative VMs 2018-04-13 12:09:14 -07:00
David Schmenk
795d56c2a7 Fix SEL JIT16 compiler 2018-04-12 17:15:16 -07:00
David Schmenk
2bb9f73448 Fix INCBRLE and JIT cleanup 2018-04-12 14:20:02 -07:00
David Schmenk
23aaef442d Cleanup 2018-04-11 22:16:30 -07:00
David Schmenk
7f46144911 Working 65802 JIT compiler 2018-04-11 14:48:21 -07:00
David Schmenk
3e4d0bcedf Build jit16 for real 2018-04-11 10:06:57 -07:00
Dave Schmenk
177c951a2d Update images 2018-04-11 07:49:19 -07:00
David Schmenk
11ee2feed5 JIT16 WIP 2018-04-10 21:02:48 -07:00
David Schmenk
07733cc5a6 JIT 65802 WIP 2018-04-10 18:11:35 -07:00
David Schmenk
ce27807cd9 update image 2018-04-09 10:17:29 -07:00
David Schmenk
7fae43e216 Update image 2018-04-09 09:16:02 -07:00
David Schmenk
758f6eb499 Merge branch 'master' of https://github.com/dschmenk/PLASMA 2018-04-09 09:14:05 -07:00
David Schmenk
daf25e990a Running out of disk image space 2018-04-09 09:13:17 -07:00
David Schmenk
f884034786 Update image with SOS.DRIVERS for Mame Apple /// 2018-04-09 08:51:00 -07:00
David Schmenk
8ee09363f0
New Acronym 2018-04-09 08:15:15 -07:00
David Schmenk
f097361b83
Update Version 1.1.md 2018-04-09 07:16:07 -07:00
David Schmenk
b33856ee28 Get 65802 to sort-of run JIT 2018-04-08 14:59:45 -07:00
ZornsLemma
87d43d74ce
Merge pull request #12 from dschmenk/master
Merge latest upstream
2018-04-08 15:18:23 +01:00
David Schmenk
61eaeef9c1 Disable JITC on certain modules. 2018-04-07 10:48:11 -07:00
David Schmenk
2241c0c65f Somehow this got lost in the merge 2018-04-07 09:33:22 -07:00
David Schmenk
bc7e38ee17 Merge branch 'devel' 2018-04-07 09:27:21 -07:00
David Schmenk
dad0f4b4d5 Add NO-JITC flag to module SYSFLAGS 2018-04-06 17:53:51 -07:00
David Schmenk
fd641bef8f JIT specific module loading 2018-04-06 14:22:39 -07:00
David Schmenk
11dc4abcda 65802 JITC placeholders 2018-04-06 12:45:34 -07:00
David Schmenk
82a4b57c43 65802 requires 128K and JITC 2018-04-06 12:42:48 -07:00
David Schmenk
2a015d98cf Update images 2018-04-06 09:13:55 -07:00
David Schmenk
625ce2704e Sync cleanjit with jitcore 2018-04-06 08:25:42 -07:00
David Schmenk
f35f0b3bba Fix OBO in branch calc loop and free up bytes to re-enable LLA opt 2018-04-06 08:05:23 -07:00
David Schmenk
e3606f3f64 Fix byte variable used in negative FOR/NEXT 2018-04-05 11:51:53 -07:00