Commit Graph

846 Commits

Author SHA1 Message Date
neauoire 5a658bd124 (audio-test) Loop melody 2023-10-23 05:08:41 -04:00
neauoire ee046477b9 (audio-test) Fixed durations 2023-10-21 11:10:33 -04:00
neauoire 94c57e9bc5 (piano.tal) Support new volume port 2023-10-20 10:52:13 -04:00
Bad Diode da7619eb57 Update audio-tests.tal example 2023-10-17 20:25:44 +02:00
Bad Diode 5d0577a696 Update audio-tests to use proper sine function 2023-10-17 18:22:11 +02:00
Bad Diode f4a7d8de6a Add per-cent tuning and change note-off to #00 2023-10-17 18:10:56 +02:00
Bad Diode 28393a41a5 Fix memory bug and restore previous looping behaviour 2023-10-17 17:12:31 +02:00
Bad Diode 7365da67ca Restore audio port layout and use 0x5 for duration 2023-10-16 15:35:46 +02:00
Bad Diode 8c9bc91b59 Fix xfading issues 2023-10-10 16:06:17 +02:00
Bad Diode 0118729bcc Add initial WIP sample player for new audio device 2023-10-10 14:54:44 +02:00
neauoire c71842aa84 (dvd.tal) Optimized 2023-09-29 14:01:13 -04:00
neauoire d7f96acb93 (fizzbuzz.tal) Housekeeping 2023-09-05 20:05:14 -07:00
neauoire d6691fddef (screen.flip) Added example to test flip bit in screen/sprite port 2023-08-05 08:56:32 -07:00
Devine Lu Linvega 538294220d (launcher.tal) Clear screen using Screen/pixel 2023-07-29 18:46:25 -07:00
Devine Lu Linvega e2e5e86531 Added screen.blending.tal 2023-07-26 09:57:36 -07:00
Devine Lu Linvega 07f2ea43f7 (mouse.tal) Fixed issue with clearing 2023-07-24 10:47:52 -07:00
Devine Lu Linvega eb07d9fba6 (bunnymark.tal) Fixed issue with clear 2023-07-23 20:48:22 -07:00
Devine Lu Linvega 737f4af8ab (amiga.tal) Fixed issue with clearing 2023-07-23 20:43:16 -07:00
Devine Lu Linvega 26bc456a1b (screen.c) Blending 00 only clears in accordance to sprite at addr 2023-07-23 19:32:41 -07:00
Devine Lu Linvega a673d63336 (fizzbuzz.tal) Formatting 2023-07-21 11:35:56 -07:00
Devine Lu Linvega 050690181a (fib.tal) Housekeeping 2023-07-21 10:42:04 -07:00
Devine Lu Linvega 98a0c7d609 (fib.tal) Formatted 2023-07-21 10:18:49 -07:00
Devine Lu Linvega a75f4a1496 (datetime.tal) Added numeric display of date 2023-07-16 11:59:30 -07:00
Devine Lu Linvega a0b739f8da (datetime) Improved example 2023-07-16 11:41:44 -07:00
Devine Lu Linvega 8508fd3dec Improved console device examples 2023-07-16 10:04:40 -07:00
Devine Lu Linvega 7f35e1863a Improved device examples 2023-07-16 09:41:40 -07:00
Devine Lu Linvega f0377ca2d9 (system.expansion.tal) Added expansion port test file 2023-07-15 21:58:41 -07:00
Devine Lu Linvega 1880b1cd2a (system.catch) Improved test file. 2023-07-15 21:46:04 -07:00
Devine Lu Linvega 49d74b89d0 (subleq.tal) Ported to immediate modes 2023-06-27 11:27:27 -07:00
Devine Lu Linvega b4a6a16da8 (wireworld.tal) Removed, moved to uxn-utils 2023-06-07 16:36:57 -07:00
neauoire 59035ab291 (wireworld.tal) Fixed mouse picking issue 2023-06-07 09:58:10 -07:00
neauoire 3f162f6258 (wireworld.tal) Match colors to standard wireworld specs 2023-06-07 09:51:27 -07:00
neauoire 2810592c1b (fib.tal) Fixed incorrect definition 2023-06-06 14:33:20 -07:00
neauoire 1666aebea2 Merge branch 'main' of git.sr.ht:~rabbits/uxn 2023-06-06 11:49:37 -07:00
neauoire 6fc314b5a0 (fib.tal) Added tail-recursive version 2023-06-06 11:49:28 -07:00
Andrew Alderwick c543827b76 (asma) Correct exit status from software/asma.tal runs. 2023-06-05 19:06:13 +01:00
Devine Lu Linvega 8d90298e57 (fib.tal) Improved example 2023-06-01 21:53:28 -07:00
Devine Lu Linvega 1fdb91ecb8 (amiga.tal) Tiny refactoring 2023-05-04 17:15:27 -07:00
Devine Lu Linvega 204805b586 (amiga.tal) Do not flip rotation direction on floor collision 2023-05-04 16:25:41 -07:00
Nojus Raskevicius 64f2692734 Remove fps limit on bounce for amiga.tal 2023-05-04 15:58:34 -07:00
d_m 11a893d10d Reverse ball rotation after bouncing. 2023-05-04 15:57:00 -07:00
Devine Lu Linvega 3038d5c40b (console) Use 0x00 for no-queue 2023-04-17 11:27:54 -07:00
Devine Lu Linvega d8bee29626 (console) Use 0x1 for no-args 2023-04-17 11:19:37 -07:00
Devine Lu Linvega b76b7b6e9b (console.tal) Test argument queue 2023-04-17 10:55:45 -07:00
Devine Lu Linvega 6021b2b63d (console.tal) Fixed underflow error on quit 2023-04-16 22:07:47 -07:00
Devine Lu Linvega a9527fbd95 (console.tal) Added input type port to example 2023-04-16 22:03:44 -07:00
Devine Lu Linvega 5e927cdfde (datetime.tal) Added day of the year 2023-04-16 14:51:00 -07:00
Devine Lu Linvega 04c6472819 (datetime.tal) Created a test file for the datetime device 2023-04-16 14:39:20 -07:00
Devine Lu Linvega c70ba4238a (system.tal) Made example dynamic 2023-04-15 20:06:34 -07:00
Devine Lu Linvega 07f9785fab (quine.tal) Added quine example 2023-04-15 12:44:36 -07:00