1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-04 14:31:51 +00:00

298 Commits

Author SHA1 Message Date
David Schmenk
73574a9ba5 Add speaker phase adjust 2017-04-27 13:30:32 -07:00
David Schmenk
57c3034bcb Table of keys to notes 2017-04-27 13:12:42 -07:00
dschmenk
3d7a60fd2b Fix playback when LFO == 0 2017-04-26 22:04:37 -07:00
David Schmenk
2184703454 Merge branch 'master' of https://github.com/dschmenk/PLASMA 2017-04-26 20:45:32 -07:00
David Schmenk
5d53c14101 Fix playback previous octave 2017-04-26 20:43:10 -07:00
David Schmenk
f0382f93df Add rest note recording 2017-04-26 20:07:53 -07:00
dschmenk
68053fb5fc Version 1.1 with docs and LFO from 0 to 32 2017-04-26 14:36:16 -07:00
David Schmenk
4a5e3ff989 Initial documentation 2017-04-26 14:34:38 -07:00
David Schmenk
f1eb872c45 Create readme.md 2017-04-26 10:32:02 -07:00
David Schmenk
e6b068cee5 Release 1.0 2017-04-26 10:23:13 -07:00
Dave Schmenk
c180c6e544 Update startup 2017-04-25 23:10:43 -07:00
dschmenk
9c7f987cdf Macro capability 2017-04-25 22:30:03 -07:00
David Schmenk
3f7ce73003 Remove unused routine 2017-04-25 13:22:36 -07:00
dschmenk
62b47d0d0f Fix CALL6502 2017-04-25 11:57:11 -07:00
dschmenk
2118af149b Add embedded PLASMA sample 2017-04-25 11:54:45 -07:00
dschmenk
488f039494 Fix constant string ENTER code for A3 VM 2017-04-08 18:42:01 -07:00
David Schmenk
ee8fd77c26 Check for existing string in pool before copying CS string from aux mem 2017-03-26 20:36:03 -07:00
David Schmenk
18b082460f Check for existing string in pool before copying CS string from aux mem 2017-03-26 20:06:25 -07:00
David Schmenk
8ed9c9868d Tab vs spaces cleanup 2017-02-12 19:35:33 -08:00
David Schmenk
73559b7f0b Remove useless type casts 2017-02-12 19:03:46 -08:00
dschmenk
988645cf8d Save a few bytes, somehing I meant to do a long time ago... 2017-01-28 12:27:34 -08:00
dschmenk
cf2d90b4cb Merge branch 'master' of https://github.com/dschmenk/PLASMA 2017-01-22 11:17:21 -08:00
Peter Ferrie
21b5c85d7a include header for uintptr_t 2017-01-22 10:51:59 -08:00
Peter Ferrie
afe3b284ed suppress GCC warnings 2017-01-06 15:08:28 -08:00
dschmenk
75d5f8d8ce Merge branch 'master' of https://github.com/dschmenk/PLASMA 2016-11-28 10:39:56 -08:00
David Schmenk
bf3e1f668f Sanbox broken with w->[x] = ??. plasm broken with w->2 = ?? 2016-11-21 16:41:17 -08:00
dschmenk
56aa52038b Merge branch 'master' of https://github.com/dschmenk/PLASMA 2016-08-18 10:29:40 -07:00
dschmenk
10618711b8 Use file extension for sector order 2016-08-16 18:53:44 -07:00
dschmenk
29afb2e607 Use DOS order for sectors. Will detect proper oder shortly 2016-08-16 18:26:32 -07:00
dschmenk
92bbeb2c0a Merge branch 'master' of https://github.com/dschmenk/PLASMA 2016-08-16 13:15:17 -07:00
David Schmenk
e3f9c43f03 Name changes 2016-08-16 13:02:44 -07:00
dschmenk
55ce167592 DSK image read and write utilities 2016-08-16 12:14:52 -07:00
dschmenk
bd3d7de074 Longer timeout for spiSend - intial sd card access takes long time 2016-08-16 08:28:53 -07:00
dschmenk
a40a0ba3ad Oops on the prodos library name 2016-08-15 22:13:37 -07:00
dschmenk
c413d79f4f handle lower case files and io timing 2016-08-15 16:08:31 -07:00
dschmenk
6496092c3b Clean up checks now that timing fixed 2016-08-15 09:27:50 -07:00
dschmenk
db2feb0feb Cleaned up timing issue on last bit of xferByte 2016-08-14 21:58:29 -07:00
dschmenk
9170ca8602 SdFat support from Arduino SPI slave 2016-08-14 11:11:58 -07:00
dschmenk
fd7ee3ed61 Shift pin number over for proper addressing 2016-08-08 15:41:10 -07:00
David Schmenk
1ec6333663 Revert to working version 2016-08-05 11:23:52 -07:00
David Schmenk
9435425246 Revert to working version 2016-08-05 11:20:38 -07:00
Peter Ferrie
f99ea46957 must use cached pointer after all 2016-08-05 10:48:49 -07:00
Peter Ferrie
655fa8df4a make compiler happy 2016-08-05 09:12:03 -07:00
Peter Ferrie
17e74aa6d0 correct vblank detection
incomplete for IIc
2016-08-04 10:39:50 -07:00
Peter Ferrie
d8c08bcecf minor size optimisation 2016-08-03 16:19:08 -07:00
Peter Ferrie
e94e05c3fa minor size optimisation 2016-08-03 15:00:59 -07:00
David Schmenk
a1aa849d60 Add game port library and sandbox example (ex.17) 2016-08-01 13:33:52 -07:00
dschmenk
c5d9fc8568 Remove SHIFT+LEFT_ARROW = delete for Apple ][ (shift key mod) 2016-08-01 13:10:12 -07:00
Peter Ferrie
a2bdffea47 minor size optimisation 2016-07-27 10:35:07 -07:00
David Schmenk
9ab2daf808 Fix compliment(~ and #) and logical not (!) operator 2016-07-24 12:13:21 -07:00