1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-10-20 03:24:04 +00:00
Commit Graph

1377 Commits

Author SHA1 Message Date
zbyti
85829102b8 .nfo files added 2020-10-06 00:36:41 +02:00
zbyti
8a4e65b365 A8 CMC Player with sample music 2020-10-05 23:17:35 +02:00
zbyti
838ef0d1eb refactor and MPT player examble 2020-10-05 22:33:22 +02:00
Karol Stasiak
963fae8275 Various documentation updates 2020-10-05 22:20:08 +02:00
Karol Stasiak
e94ccd164f Use POKEY for random seed on Atari 2020-09-30 01:51:36 +02:00
Karol Stasiak
a00e10382d Implement readline and readword for VIC-20 2020-09-30 01:37:00 +02:00
Karol Stasiak
24c0e8a8ee Fix typo 2020-09-30 01:36:13 +02:00
Karol Stasiak
5d09410350 Document TRS-80 and Z1013 library support 2020-09-30 01:07:56 +02:00
Karol Stasiak
70da293fce
Merge pull request #76 from zbyti/master
ANTIC Display List Instruction Set constans & some refactor
2020-09-29 23:02:34 +02:00
Karol Stasiak
c2e9acd3f3 Update CHANGELOG and READMEs 2020-09-29 22:57:48 +02:00
Karol Stasiak
d45fe42d17 Add Robotron Z1013 support 2020-09-29 22:57:27 +02:00
Karol Stasiak
889a4f94be All things mentioned in segment layouts should be considered used. 2020-09-29 22:49:15 +02:00
Karol Stasiak
c7008f4414 New output elements: literal ASCII strings and space-padded program name 2020-09-29 22:48:50 +02:00
zbyti
802424316c ANTIC Display List BASIC fix 2020-09-28 22:54:58 +02:00
zbyti
f9fc001c9a ANTIC Display List BASIC modes forrmating 2020-09-28 22:17:34 +02:00
zbyti
cc1adee4f1 ANTIC Display List BASIC modes 2020-09-28 22:15:39 +02:00
zbyti
362d682c11 ANTIC Display List Instruction Set table typo 2020-09-28 21:54:35 +02:00
zbyti
a4b27f73e7 ANTIC Display List Instruction Set constans 2020-09-28 21:49:44 +02:00
zbyti
1b6b49889b A8 landscape refactor 2020-09-28 19:19:35 +02:00
Karol Stasiak
2d7c365b20 TSR-80 newline is just 0x0D 2020-09-27 18:58:46 +02:00
Karol Stasiak
3af4fcffa9 Z80: Add SLS as an alternate mnemonic for SLL 2020-09-27 18:46:19 +02:00
Karol Stasiak
3a9be16107 Add TRS-80 Model 1 and 3 support 2020-09-26 23:52:49 +02:00
Karol Stasiak
3702002541 Fix header 2020-09-26 19:56:56 +02:00
Karol Stasiak
a15c9088ee
Merge pull request #75 from zbyti/master
A8 examples readme new arrangement
2020-09-26 19:56:10 +02:00
zbyti
6b3f43393e A8 Landscape refactor 2020-09-26 01:14:08 +02:00
zbyti
2823b7fde0 A8 examples readme new arrangement 2020-09-26 01:02:07 +02:00
Karol Stasiak
e0572fa3aa
Merge pull request #74 from zbyti/master
A8 examples
2020-09-26 00:14:17 +02:00
zbyti
3364f8ab10 Quatari Landscape refactor 2020-09-25 11:20:16 +02:00
zbyti
560ed09439 Quatari Landscape refactor 2020-09-25 09:45:48 +02:00
zbyti
dc2def7e72 A8 my last examples 2020-09-25 03:08:33 +02:00
Karol Stasiak
9f1309c119
Merge pull request #71 from zbyti/master
A8 new examples
2020-09-24 01:25:04 +02:00
Karol Stasiak
888f7a0fdb Fix documentation (fixes #72) 2020-09-23 23:21:35 +02:00
zbyti
1d046f26e3 A8 Grand Ttheft Antic refactor 2020-09-23 23:17:01 +02:00
zbyti
a4de573593 A8 Grand Ttheft Antic 2020-09-23 23:09:15 +02:00
zbyti
433066fedd comment fix 2020-09-23 20:18:04 +02:00
zbyti
7182f32032 more life in empty space 2020-09-23 00:04:22 +02:00
zbyti
86ae6de325 A8 horizontal stars done on one missile 2020-09-22 19:34:29 +02:00
Karol Stasiak
9f40fc5066 Add some trivial test case 2020-09-22 17:59:50 +02:00
Karol Stasiak
b87c40fc9c Migration from Nashorn to GraalJS 2020-09-22 17:59:32 +02:00
Karol Stasiak
1decf2f087 65816: Various codegen bugfixes 2020-09-22 17:59:14 +02:00
Karol Stasiak
c9f602b049 65816: Emulator bugfixes 2020-09-22 17:58:34 +02:00
Karol Stasiak
030531161e Update changelog 2020-09-21 09:10:50 +02:00
Karol Stasiak
7de23ddd44 Allow the : operator in const-pure functions 2020-09-21 09:08:49 +02:00
Karol Stasiak
2673a486d6
Merge pull request #68 from zbyti/master
A8 more examples
2020-09-21 00:18:14 +02:00
Karol Stasiak
c0eae29a41 Minor compilation speed optimization 2020-09-21 00:15:16 +02:00
Karol Stasiak
a92f24b280 Better detection of memset loops (fixes #59) 2020-09-20 23:39:30 +02:00
zbyti
e9d4359bc2 A8 Monte Carlo PI refactor (__mul_u16u8u16) 2020-09-20 22:58:20 +02:00
zbyti
07b6adf6bc two more benchmarks 2020-09-19 13:02:55 +02:00
zbyti
269519715b two more benchmarks 2020-09-19 12:59:14 +02:00
zbyti
3234bbd3d9 two more becnhmarks 2020-09-19 12:52:41 +02:00