1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-08-21 21:29:08 +00:00
Commit Graph

579 Commits

Author SHA1 Message Date
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
ecc010e802 Merge branch 'master' of https://github.com/dschmenk/PLASMA 2017-03-26 20:37:02 -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
a93cc95655 Check for existing string in pool before copying CS string from aux mem 2017-03-26 20:19:36 -07:00
David Schmenk
37c9f76faf Merge branch 'master' of https://github.com/dschmenk/PLASMA 2017-03-26 20:07:39 -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
5b6a8d6375 It seems embedded HTML broke my inline images among other things 2017-03-25 12:16:42 -07:00
David Schmenk
db079b551b Why did markdown break so much with inline images? 2017-03-25 12:15:02 -07:00
David Schmenk
372267967a Update README.md 2017-03-25 12:12:20 -07:00
David Schmenk
c34cade385 Update README.md 2017-03-25 08:45:03 -07:00
David Schmenk
d18a0369e2 Update README.md 2017-03-19 18:24:49 -07:00
David Schmenk
5eac0ad53b Update README.md 2017-03-19 18:22:56 -07:00
David Schmenk
88e083eb75 Update README.md 2017-03-19 18:20:47 -07:00
David Schmenk
3e8aaa8325 Instructions for Rogue 2017-03-11 20:27:53 -08: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
a5215e3309 Fix pointer to array in sandbox 2016-11-21 16:50:23 -08:00
David Schmenk
bf3e1f668f Sanbox broken with w->[x] = ??. plasm broken with w->2 = ?? 2016-11-21 16:41:17 -08:00
David Schmenk
5e7408c980 Merge branch 'master' of https://github.com/dschmenk/PLASMA 2016-11-21 16:02:51 -08:00
dschmenk
56aa52038b Merge branch 'master' of https://github.com/dschmenk/PLASMA 2016-08-18 10:29:40 -07:00
David Schmenk
10c37a2e8a SDAFAT tools disk image 2016-08-18 08:26:52 -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
585e19260f README merge
Merge branch 'master' of https://github.com/dschmenk/PLASMA
2016-08-15 16:09:35 -07:00
dschmenk
c413d79f4f handle lower case files and io timing 2016-08-15 16:08:31 -07:00
David Schmenk
1ca7f199fd Fix tutorial hand build step 2016-08-15 10:23:26 -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