Commit Graph

298 Commits

Author SHA1 Message Date
Devine Lu Linvega 85322b92ce Progress toward boot.rom setup 2021-11-08 10:51:09 -05:00
Andrew Alderwick c970e2c5ef File device: drop offset shorts, add stat and delete. 2021-11-05 21:32:45 +00:00
Andrew Alderwick 01bdd950aa Added --no-run switch for automated builds
This saves having to run sed to edit the build script, and stops
piano.rom (and piano.log) from being bundled with the binary outputs.
2021-10-14 23:38:38 +01:00
Andrew Alderwick 317d71654e Pass output file argument to asma too 2021-10-13 22:58:27 +01:00
Andrew Alderwick 9aed17b977 Bundled SDL2 on macOS builds 2021-10-10 20:07:40 +01:00
neauoire d6519a46d2 Assemble piano with asma 2021-10-07 18:28:06 -07:00
neauoire 41e18c16b1 Made clang-format non necessary 2021-08-27 11:00:34 -07:00
Andrew Alderwick 969c2e3516 Tidied installation commands 2021-08-19 06:08:09 +01:00
Andrew Alderwick d32d869abf Remove bashism in build.sh 2021-08-19 06:05:04 +01:00
neauoire fffbf28805 Modified shebang in build.sh 2021-08-18 16:23:15 -07:00
neauoire ddac370775 Improvement of examples 2021-08-17 19:17:47 -07:00
neauoire 511b2366ee Optimized life 2021-08-17 15:24:37 -07:00
neauoire 9b4aa10f07 Optimized Piano 2021-08-09 11:12:11 -07:00
neauoire 897950dcd4 Optimized life.tal 2021-08-07 20:03:13 -07:00
neauoire d1755a5e5b Wrote a better controller example 2021-08-02 11:15:21 -07:00
neauoire de3591c07e Fixed issue with mouse zoom 2021-08-01 21:51:43 -07:00
neauoire b826d78a56 Pushed new blending modes 2021-08-01 11:00:07 -07:00
neauoire 8bf99e6d76 Changed the screen.tal colors to fit the Varvara docs 2021-07-30 20:10:26 -07:00
neauoire d2c3d0e524 Started implementing the sprite port for the screen device 2021-07-30 19:23:02 -07:00
Andrew Alderwick 6c80a46a3a Added instructions and adaptation for Windows build 2021-07-27 21:13:12 +01:00
Andrew Alderwick f334086721 Minor updates 2021-06-27 18:56:21 +01:00
neauoire 4e8375d8df Removed the Midi device 2021-06-26 13:17:41 -07:00
neauoire 606c7707ff Only format when clang-format is present 2021-06-25 19:03:56 -07:00
Andrew Alderwick 93ac1045e8 Whitespace changes 2021-06-25 23:30:40 +01:00
Andrew Alderwick 8783bf12b2 Brought back portmidi with conditional compilation 2021-06-25 23:20:36 +01:00
Andrew Alderwick adf32aa9f4 Factored out common flags 2021-06-25 23:04:43 +01:00
Sigrid Solveig Haflínudóttir 38aa48b8bc remove chr2img (see https://git.sr.ht/~rabbits/chr-format instead) 2021-06-23 17:45:13 +00:00
Sigrid Solveig Haflínudóttir 62d809147b format chr2img.c, weirdly 2021-06-23 17:33:14 +02:00
Sigrid Solveig Haflínudóttir bdde0cc43e build chr2img on Unix 2021-06-23 15:01:24 +00:00
Andrew Alderwick 3ada9e8bd9 Replaced manual -l flag with sdl2-config 2021-06-08 15:51:26 +01:00
neauoire fbc0b762c9 Renamed USM to TAL files 2021-05-31 14:50:36 -07:00
neauoire d163c43201 Improved uxncli and moved all demos into examples 2021-05-26 10:02:13 -07:00
neauoire e71817759b Added more details to the README 2021-05-24 20:39:40 -07:00
neauoire d2d2340ee4 Added unrolled CPU 2021-05-23 08:41:41 -07:00
neauoire 99721ecc55 Removed portmidi temporarily 2021-05-21 08:58:10 -07:00
neauoire fbe907a2eb Moved noodle to its own repo 2021-05-20 15:17:40 -07:00
Sigrid Solveig Haflínudóttir ea0584a249 build.sh: make shebang compliant 2021-05-18 15:31:05 +02:00
neauoire 3b9519d945 Created within-rect routine 2021-05-15 21:35:01 -07:00
neauoire e289b359d8 Ported automata 2021-05-15 13:09:11 -07:00
neauoire a4c8066043 Cleaned example files 2021-05-12 18:28:45 -07:00
neauoire 9164b7f9fe Reverted patch to sft16 2021-05-12 12:13:28 -07:00
neauoire 0c188ef3fa Minor optimizations to the examples 2021-05-12 12:08:51 -07:00
neauoire 514b2f7f58 Minor optimizations to demos 2021-05-12 11:58:31 -07:00
neauoire 4bac8e9e30 Fixed leak in piano 2021-05-12 11:44:18 -07:00
neauoire 77b9f54738 Removed nasu from project 2021-05-11 20:30:03 -07:00
neauoire 7f5c4e25e4 Moved devices in their own folders 2021-05-11 11:42:12 -07:00
neauoire 8630028e97 JNZ is now JCN 2021-05-11 11:12:07 -07:00
neauoire 5dbfb6603e Progress on nasu redesign 2021-05-10 20:52:57 -07:00
neauoire 1925897c51 Progress on nasu revamp 2021-05-09 20:43:33 -07:00
neauoire 0b5b6d077a Progress on Nasu 2021-05-09 11:22:21 -07:00
neauoire 12550c3703 Fixed issue with midi 2021-05-08 07:59:03 -07:00
neauoire 67adcd563b Game of life 2021-05-05 18:38:28 -07:00
neauoire e0558d5067 Some progress on the drumrack samples 2021-05-04 11:54:01 -07:00
neauoire 73deb679f3 Optimized piano example 2021-05-04 10:57:57 -07:00
neauoire f5fb9714e4 * 2021-05-03 09:57:39 -07:00
neauoire 993719818a Removed LTS/GTS opcodes 2021-05-01 09:59:57 -07:00
neauoire baa2f2450f Rewriting polycat 2021-04-30 12:08:24 -07:00
neauoire 9c218db857 Added midi device 2021-04-25 19:50:45 -07:00
neauoire 7034a0cbfb Piano example 2021-04-25 13:47:32 -07:00
neauoire 19157a9ae1 Removed templating macros in assembler 2021-04-24 17:12:25 -07:00
neauoire 72b0458745 Removed refresh port in datetime 2021-04-24 10:26:09 -07:00
neauoire 2eb18b06a2 Device events can now fire on read 2021-04-24 10:15:47 -07:00
neauoire 5c5b767eaf Working toward bidirectional talk between devices and program 2021-04-24 09:43:30 -07:00
neauoire 9addd15675 Added bifurcan 2021-04-23 11:17:17 -07:00
neauoire 2880f59821 Sorted examples in devices/ and gui/ 2021-04-23 08:58:58 -07:00
neauoire 8ca9e6d4de Afterall, I decided to not use the fancy new macros, I think pek/pok is more readable than glyphs in the end 2021-04-22 20:44:38 -07:00
neauoire 1b4623be1b Templated examples 2021-04-22 19:57:47 -07:00
neauoire b752f5f2bc Added drawing to the mouse example 2021-04-22 11:08:06 -07:00
neauoire b86049925a Ported nihils dev audio example 2021-04-21 12:44:57 -07:00
neauoire c0b337e933 ported dvd animation 2021-04-21 12:00:31 -07:00
neauoire 928ed1e1c9 Simplified the file example 2021-04-21 11:38:30 -07:00
neauoire 276e5086db Implemented PEK/POK/GET/PUT 2021-04-21 10:23:58 -07:00
neauoire b01b74bad4 Ported mouse example 2021-04-21 09:48:04 -07:00
neauoire 53eacc6039 Ported the keys example 2021-04-21 09:09:18 -07:00
Andrew Alderwick b43f973adb Port dev.file.usm 2021-04-21 13:37:59 +01:00
neauoire a4e54062b8 Merged sandwich 2021-04-20 17:11:02 -07:00
neauoire a293c1daa8 Ported the hello-world example 2021-04-20 11:32:26 -07:00
neauoire 82f7103a55 Started migrating to new assembler 2021-04-19 17:23:30 -07:00
neauoire 2e496e8d55 Started implementing 2-bit mode in nasu 2021-04-14 22:06:22 -07:00
neauoire ac9f94dd6d Optimizing drawing routines 2021-04-14 12:11:01 -07:00
neauoire 6a6e9acc50 Trying to optimize drawing routines 2021-04-13 22:50:01 -07:00
neauoire f3e58adc03 Implemented file vectors in nasu/noodle 2021-04-13 12:29:36 -07:00
neauoire 56a3a993f4 Added graphical example to file device 2021-04-13 11:38:22 -07:00
neauoire 359c373d68 Removed overdrawing in PPU 2021-04-11 20:38:21 -07:00
neauoire 01dbf400db Removed warning 2021-04-11 09:58:47 -07:00
neauoire 86a52e1091 Fixed issue with controller.key 2021-04-10 20:55:31 -07:00
neauoire ad19620b82 Merged ctrl with text 2021-04-10 19:39:32 -07:00
neauoire 98c32fd95c Improved blending for chr parsing 2021-04-10 12:25:37 -07:00
neauoire c1c0f8f2bc Improved picture example 2021-04-10 12:19:38 -07:00
neauoire 131157cd53 Fixed issue with mouse button not being released 2021-04-10 11:24:38 -07:00
neauoire f14f8a64f4 Progress on orca 2021-04-09 20:06:45 -07:00
neauoire a6cea37ef4 Silent audio example 2021-04-09 13:38:47 -07:00
neauoire d6036dec6b Revamped the screen example 2021-04-09 12:15:38 -07:00
neauoire ffded2f642 Merged sprite in screen device 2021-04-09 10:01:53 -07:00
neauoire 9dda5bdf1b Removed unused function call in emu 2021-04-08 16:47:38 -07:00
neauoire 169e659ab8 Minor cleanup 2021-04-08 16:30:44 -07:00
Andrew Alderwick f76f8cf6ef Added apu.h to clang-format 2021-04-08 21:21:46 +01:00
neauoire 69f770f56f Removed some globals 2021-04-08 09:59:45 -07:00
neauoire 63fa4242c3 Minor cleanup 2021-04-07 20:30:10 -07:00
neauoire 31a9e3d64c Started moving PPU into its own file 2021-04-07 17:32:18 -07:00