Commit Graph

81 Commits

Author SHA1 Message Date
neauoire 9c218db857 Added midi device 2021-04-25 19:50:45 -07:00
Andrew Alderwick d01eb6cc45 Added currently playing volume readout 2021-04-25 21:52:50 +01:00
Andrew Alderwick d892f29ea1 Implemented sample-based synth for APU 2021-04-25 15:12:45 +01:00
neauoire 38a9be86c2 Fixed color swatch in nasu 2021-04-24 21:18:15 -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
Andrew Alderwick fa2d290351 Made poke functions return void. 2021-04-24 09:13:03 +01:00
Sigrid Solveig Haflínudóttir 9c3536bca8 ppu: rename draw → drawppu to avoid conflicts on Plan 9 2021-04-22 18:04:06 +00:00
Andrew Alderwick 400c49e96b Fixed file_poke 2021-04-21 13:37:41 +01:00
neauoire 526650f079 Removed extra param in poke functions 2021-04-20 21:29:18 -07:00
neauoire 02993229ee Removed access to uxn to devpeek/devpoke 2021-04-20 21:21:31 -07:00
neauoire 6a1bf9215d Removed genpoke macros 2021-04-20 20:38:15 -07:00
neauoire c9e35a5ad8 Revert "Tiny fix to PPU"
This reverts commit 9c4df35174.
2021-04-20 20:09:10 -07:00
neauoire 9c4df35174 Tiny fix to PPU 2021-04-20 20:06:30 -07:00
neauoire a4e54062b8 Merged sandwich 2021-04-20 17:11:02 -07:00
Andrew Alderwick 751d198606 Fixed file memory location 2021-04-20 23:05:27 +01:00
Andrew Alderwick cdfcb5ae0a Small changes to simplify code 2021-04-20 22:56:59 +01:00
Andrew Alderwick 04f48ec02b Added memory to individual devices. 2021-04-20 22:49:10 +01:00
neauoire cda9b0bce8 Implemented IOR/IOW 2021-04-20 10:31:50 -07:00
Andrew Alderwick 031fe3fb26 Improved timing of audio synth 2021-04-16 11:02:04 +01:00
Andrew Alderwick f7f4c78534 Removed reptition in file_poke 2021-04-14 21:56:50 +01:00
Andrew Alderwick fc4e2e2876 Dropped File.vector, add File.result short 2021-04-14 20:38:32 +01:00
Andrew Alderwick 253c2b8906 Made Audio.value unsigned 2021-04-13 21:54:18 +01:00
Andrew Alderwick 43cde08b68 Audio.pitch MSB must be 1 to use current synth 2021-04-13 21:52:54 +01: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 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 131157cd53 Fixed issue with mouse button not being released 2021-04-10 11:24:38 -07:00
neauoire 05d9405e7a Microscopic optimizations 2021-04-10 09:32:14 -07:00
neauoire a2ed617fc8 Fixed audio device port id 2021-04-09 13:47:58 -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 79949be735 Minor cleanup 2021-04-09 08:02:55 -07:00
neauoire f2509f13f4 Removed zoom and debugger from PPU 2021-04-09 07:30:45 -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 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