0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-16 11:15:06 +00:00
Commit graph

44 commits

Author SHA1 Message Date
neauoire
169e659ab8 Minor cleanup 2021-04-08 16:30:44 -07:00
Andrew Alderwick
9df5bb924b Made devapu static to emulator.c 2021-04-08 21:22:27 +01:00
Andrew Alderwick
59f5fbf4f1 Returned SDL calls from apu.c to emulator.c 2021-04-08 21:14:40 +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
33a660aef8 Moved some extra things into PPU 2021-04-07 17:42:30 -07:00
neauoire
31a9e3d64c Started moving PPU into its own file 2021-04-07 17:32:18 -07:00
Andrew Alderwick
f3bf1a74db Added Uxn-based synth 2021-04-07 21:57:17 +01:00
neauoire
09571b1084 Starting Orca 2021-04-06 21:34:11 -07:00
neauoire
364ba49da8 Ported screen example to new vectors 2021-04-05 13:14:37 -07:00
neauoire
3f98a2a832 Ported keys example to new vectors 2021-04-05 13:00:55 -07:00
neauoire
3d8ddc143a Each device now has its own vector 2021-04-05 11:39:08 -07:00
neauoire
818ade6db1 Fixed emulator frame bug 2021-04-04 20:58:47 -07:00
neauoire
3dafa868cb Minor cleanup 2021-04-04 20:35:52 -07:00
neauoire
7529e119cd Removed status byte in CPU 2021-04-04 20:24:11 -07:00
neauoire
3ca4fb6b42 Clamp at 60fps 2021-04-04 11:47:13 -07:00
neauoire
e791dbd640 Removed old devices and counters bytes 2021-04-04 08:34:18 -07:00
neauoire
dcfb6fb5bf Do not trigger on asdr change 2021-04-03 20:29:00 -07:00
neauoire
739b13c1e3 Flipped the ch vol/pitch ports 2021-04-03 17:17:40 -07:00
neauoire
eb3026cde0 Adding notes to audio track is working 2021-04-02 19:19:31 -07:00
Andrew Alderwick
e7be81d678 Implemented stereo sound. 2021-04-02 20:43:03 +01:00
Andrew Alderwick
e39ed74796 Implemented ADSR envelopes. 2021-04-02 19:26:50 +01:00
Andrew Alderwick
09091275b5 Added square wave audio, no ASDR support yet. 2021-04-02 16:05:08 +01:00
neauoire
23521c5a4f Rewrote ctrl parser for left 2021-03-31 10:00:32 -07:00
neauoire
d4783214a4 Fixed issue with emulator colors 2021-03-30 12:21:00 -07:00
neauoire
d5a18c6cd1 Implemented save/load to noodle 2021-03-28 16:43:32 -07:00
neauoire
e02a0e440f Tiny fix, condensed things a bit 2021-03-28 12:14:37 -07:00
neauoire
09f4352161 Cleaned up screen colors code 2021-03-28 12:09:21 -07:00
neauoire
c91bf304e6 Ported all examples 2021-03-28 11:20:36 -07:00
neauoire
b522da962e Merge branch 'master' of git.sr.ht:~rabbits/uxn 2021-03-28 10:20:34 -07:00
neauoire
ebdb079cae Fixed issue with assembler segfault 2021-03-28 10:20:24 -07:00
Andrew Alderwick
9d8989627d Removed compiler warning about unused variable. 2021-03-28 18:19:36 +01:00
Andrew Alderwick
dad540651e Hard-code vectors. 2021-03-28 18:19:06 +01:00
Andrew Alderwick
633c593a51 Fixed wrong numbers in date handling. 2021-03-27 22:32:47 +00:00
neauoire
f740ec3feb Minor cleanup 2021-03-27 11:04:05 -07:00
Andrew Alderwick
0d86ff78d7 Renamed time device to datetime. 2021-03-27 11:33:56 +00:00
Andrew Alderwick
0442d7e625 Added time device and example. 2021-03-27 11:24:02 +00:00
neauoire
bdaca53a7c Improving noodle 2021-03-24 16:30:52 -07:00
neauoire
217b5f88f3 Started audio device 2021-03-24 11:14:41 -07:00
neauoire
1f9155400d Added zoom toggle controls to emulator 2021-03-24 09:39:19 -07:00
Andrew Alderwick
88fb08c2b2 Add offset and append switch to file device. 2021-03-23 20:10:08 +00:00
neauoire
2e90428b0c Added color picker for screen example 2021-03-23 11:44:36 -07:00
neauoire
6df5a1a767 Starting Theme app 2021-03-22 20:04:04 -07:00
neauoire
82674a1484 Created a debugger 2021-03-22 19:04:31 -07:00
Renamed from emulator.c (Browse further)