Commit Graph

146 Commits

Author SHA1 Message Date
minjaesong
1c4a0e082d CRT glass texture is now painted by the caller (VMGUI) instead of the TexticsAdapter 2024-05-11 05:29:04 +09:00
minjaesong
c520c72141 zstd compression 2024-01-11 22:27:19 +09:00
minjaesong
afc9eb9e74 test read cluster via COM 2023-06-29 02:19:49 +09:00
minjaesong
a46db3f206 app run integrated to command.js 2023-06-16 17:15:48 +09:00
minjaesong
a83cdc1a02 fix: disk drive-explicitly writing 0 bytes would write 4096 bytes instead 2023-06-16 13:31:38 +09:00
minjaesong
974be9dda6 distinguishing zero-byte write from full-block write 2023-06-15 23:30:57 +09:00
minjaesong
445c1a873f clustered tevd integration wip 2023-06-15 18:55:38 +09:00
minjaesong
9a7eb16d28 vd update 2023-06-14 21:12:18 +09:00
minjaesong
9d48e5875f vd update 2023-06-12 15:23:34 +09:00
minjaesong
d3da4a33c6 reflection function update 2023-06-12 15:08:29 +09:00
minjaesong
2314337479 bootable from encrypted bios 2023-06-07 13:48:21 +09:00
minjaesong
f47d446ff0 reading uuid of clustered 2023-05-30 17:07:25 +09:00
minjaesong
6bca526f84 clustered test 2023-05-30 16:10:35 +09:00
minjaesong
3df989a213 graalvm-js update 2023-05-19 14:19:24 +09:00
minjaesong
16b3742973 drive manager for clustered 2023-05-15 01:48:42 +09:00
minjaesong
3c758ba82f encoding shenanigans 2023-05-09 21:40:17 +09:00
minjaesong
b6fb9acd6a tmpfs wip 2023-05-05 20:44:34 +09:00
minjaesong
9adcce746b temporarily using threads instead of who-knows-what-the-fucks-have-changed new coroutine 2023-05-04 14:00:57 +09:00
minjaesong
e3930c69a2 kotlin update 1.8.20, coroutines are broken now :( 2023-05-03 21:41:40 +09:00
minjaesong
7c36495c57 fix: vmemu not reading bios due to changes for BASIC not being ported 2023-04-20 23:10:58 +09:00
minjaesong
9fa543af53 more standalone TerranBASIC executable build files 2023-04-15 00:48:14 +09:00
minjaesong
42fbd98acf TEVD debugger proof-of-concept 2023-03-25 13:04:39 +09:00
minjaesong
8533a1e085 debug panels for COM 2023-03-25 12:35:45 +09:00
minjaesong
f1ceac0451 peripheral tabs on emu gui 2023-03-25 12:01:04 +09:00
minjaesong
fd8a30f5fe MMIO impl for RamBank 2023-03-25 00:10:00 +09:00
minjaesong
2d000013b7 tevd disk drive update and fixes 2023-03-04 21:10:52 +09:00
minjaesong
57a84ccfae shader fix 2023-03-02 14:46:48 +09:00
minjaesong
f4b8188a46 gdx 1.11 update; shader update for mac 2023-03-01 00:01:59 +09:00
minjaesong
09b79f7dd1 shader update to comply with GL 3.2 2023-02-28 23:31:33 +09:00
minjaesong
461c30e3e8 TEVD disk drive now uses PartialDOM 2023-02-18 19:38:50 +09:00
minjaesong
1f0b8a0a8d playwav: parser more resilient against fields with extra zeros 2023-01-25 18:46:55 +09:00
minjaesong
801ae0c29b tracker inst format update 2023-01-23 16:55:56 +09:00
minjaesong
8517406d8b fix: mp2 384k would cause stack overflow error 2023-01-23 15:34:22 +09:00
minjaesong
c1031545ec video and audio stuffs; playmov now uses hardware queue 2023-01-23 03:20:35 +09:00
minjaesong
39a781ff71 emulator: audio debugger 2023-01-22 14:07:42 +09:00
minjaesong
102c192ead sys.memcpy now has rambank device support 2023-01-21 19:59:41 +09:00
minjaesong
99212adea3 audio:short function to enqueue decoded mp2; playmov:no more choppy audio 2023-01-21 19:43:11 +09:00
minjaesong
b60b5bada6 faster sys.memcpy impl 2023-01-21 17:59:54 +09:00
minjaesong
8fdde0b192 "hardware" based mp2 decoding; dma and memcpy can now move data into the "hardware" 2023-01-21 15:09:03 +09:00
minjaesong
dfe5bf3390 fix: mp2 player would not play the very first frame 2023-01-16 23:29:41 +09:00
minjaesong
af03ab23aa deploying mp2 player 2023-01-15 16:42:09 +09:00
minjaesong
6cb45f6d50 full "hardware" impl of mp2 for full speed 2023-01-15 03:15:25 +09:00
minjaesong
ff01a49bc3 mp2 "hardware" delegation not working as hoped 2023-01-15 00:23:01 +09:00
minjaesong
0eb4a1e4ea mp2 test 2023-01-14 22:59:27 +09:00
minjaesong
994db188c2 mp3 decoding but slow 2023-01-14 16:45:33 +09:00
minjaesong
ac684fed71 changing audio sampling rate to 32000 for mp3 compatibility 2023-01-13 22:53:27 +09:00
minjaesong
edea9648d9 another try at tui 2023-01-10 00:20:23 +09:00
minjaesong
47b3cd0cad bias lighting (wut?) on playmov; gpu background is now 8bpp 2023-01-09 01:41:35 +09:00
minjaesong
132c31bda5 sequentially-read-a-file as js module 2023-01-08 16:23:50 +09:00
minjaesong
57cfc38f0e adpcm playback 2023-01-06 01:30:12 +09:00