0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-01 03:52:39 +00:00
Commit graph

266 commits

Author SHA1 Message Date
Andrew Alderwick
646d79fff5 Factor out common parts of system_dei/deo. 2022-01-05 13:29:18 +00:00
Andrew Alderwick
c37831749f Split uxn_halt into beginnings of System device file. 2022-01-05 13:03:17 +00:00
Andrew Alderwick
52598bdad7 Remove uxn-fast.c since new reference core is almost as fast. 2022-01-02 23:05:28 +00:00
neauoire
c3506869b5 Renamed Apu to Audio 2021-12-28 13:47:35 -08:00
neauoire
7b33cf3d95 Renamed PPU to Screen 2021-12-28 13:37:26 -08:00
neauoire
fe75479fae Moved controller device to devices/controller.c 2021-12-27 09:24:43 -08:00
Sigrid Solveig Haflínudóttir
a8944f36ec remove aarch64-specific logic, it has been moved to its own branch, "aarch64" 2021-12-27 13:38:44 +01:00
neauoire
89c07988ac Moved mouse to devices/ 2021-12-26 21:02:24 -08:00
Andrew Alderwick
0523bcc06d Remove unsupported weak pragma for Windows builds. 2021-12-26 23:07:39 +00:00
Sigrid Solveig Haflínudóttir
9b220a72d8 build script: arch-specific files: move to EXTRA and only link with uxnemu 2021-12-26 08:53:52 +01:00
Sigrid Solveig Haflínudóttir
380b9575e9 build script: include cpu arch-specific files, if any 2021-12-26 07:31:19 +01:00
Andrew Alderwick
972d2a494b Add --console switch to build with Console support on Windows. 2021-12-19 11:43:38 +00:00
Andrew Alderwick
d2cf7213d0 Fix detection of Windows in build script.
Thanks go to Noelle Leigh <noelle_leigh@fastmail.com> for the initial
report and much help during diagnosis!
2021-12-13 23:46:53 +00:00
Andrew Alderwick
68abbc2ed8 Detect homebrew directory on macOS build.
With thanks to Elijah Cohen <eli@eli173.com> for identifying build
problems on M1 Macs.
2021-12-12 20:35:09 +00:00
Sigrid Solveig Haflínudóttir
60698c787a
build: allow custom CFLAGS to be set 2021-11-17 14:12:48 +01:00
Sigrid Solveig Haflínudóttir
428a1da50e
build.sh: use $CC (default value is still "cc") 2021-11-08 18:31:08 +01:00
Devine Lu Linvega
e9f0585e0b Start emulator from bin 2021-11-08 12:19:45 -05:00
Devine Lu Linvega
737a87ac3f Building boot on start 2021-11-08 11:21:23 -05:00
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