1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-20 13:28:56 +00:00
Commit Graph

497 Commits

Author SHA1 Message Date
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
David Schmenk
4fd990d4c1 Merge branch 'master' of https://github.com/dschmenk/PLASMA 2016-08-10 11:53:55 -07:00
David Schmenk
e5e2494a7f Fix address shift for digital pin writing 2016-08-10 11:52:51 -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
David Schmenk
7c30332427 different test 2016-07-18 19:17:38 -07:00
David Schmenk
dd3c897b0c audio experiments 2016-07-10 22:43:00 -07:00
David Schmenk
ac2b0f0829 Use MSB for sprite transparent bit 2016-07-10 11:18:58 -07:00
David Schmenk
31465f3b43 Use MSB for sprite transparent flag 2016-07-10 11:18:10 -07:00
David Schmenk
51480720c8 Merge branch 'master' of https://github.com/dschmenk/PLASMA
Merge it
2016-07-09 20:35:30 -07:00
David Schmenk
5d9dda053b Fail if not 128K 2016-07-09 20:28:03 -07:00
David Schmenk
17578880d9 Update comments 2016-07-09 20:26:17 -07:00
David Schmenk
a2c9dc4212 Switch sprite transparency to MSB 2016-07-09 19:47:20 -07:00
dschmenk
c3579e2c84 Make sure //c sets IOUDis to ON 2016-07-09 18:43:48 -07:00
David Schmenk
a8433ac5e8 double lores test 2016-07-09 18:06:03 -07:00
David Schmenk
a825d73d1f Check for 128K //e or //c 2016-07-09 17:06:15 -07:00
dschmenk
adfd9a18dc Fast Fill and Clear 2016-07-09 15:49:53 -07:00
David Schmenk
34c6ddf2cb Add line drawer 2016-07-09 13:19:31 -07:00
David Schmenk
20e033c07f Allow off-screen coordinates for sprite and tile 2016-07-09 11:22:27 -07:00
David Schmenk
844410b80f Simple sprite & tile 2016-07-09 09:27:14 -07:00
David Schmenk
73c456d032 BLT and tile funtions 2016-07-08 22:05:21 -07:00
Dave Schmenk
74c9287e06 dual buffer plot 2016-07-08 11:00:18 -07:00
David Schmenk
5b4aa34c80 Use wrmain/wraux switches instead of 80store 2016-07-07 18:29:39 -07:00