1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-13 14:29:29 +00:00
Commit Graph

128 Commits

Author SHA1 Message Date
zbyti
06e5da4e66 endless scroll with random letters 2020-09-06 22:53:59 +02:00
Karol Stasiak
c8c1657521 Version 0.3.18 and undo Scala version bump 2020-08-02 00:31:32 +02:00
Karol Stasiak
925cc29172 Let the test suite compile on targets incompatible with encconv 2020-07-31 18:43:50 +02:00
Karol Stasiak
4e1958d831 CoCo: Examples and tests 2020-07-31 16:07:49 +02:00
Karol Stasiak
718245c56a Module templates 2020-06-03 23:13:17 +02:00
Karol Stasiak
4b5d290d6c X16: Updated to the newest hardware design 2020-05-01 15:19:25 +02:00
Karol Stasiak
5909c37166 Version 0.3.16 2020-04-08 12:10:02 +02:00
Karol Stasiak
cd5e9decac Implement readkey and readline for Apple II 2020-04-08 11:11:25 +02:00
Karol Stasiak
fac5a54376 Document that the rest suite also works on BBC Micro 2020-04-08 09:04:56 +02:00
Karol Stasiak
4c39d5e6af Update test suite descriptions 2020-04-06 17:55:22 +02:00
Karol Stasiak
49c916fea1 Improve the test suite 2020-04-06 13:27:39 +02:00
Karol Stasiak
320b84edb9 Add pstring module 2020-04-06 00:44:20 +02:00
Karol Stasiak
017019ef5a Create independent test suite 2020-04-06 00:00:48 +02:00
Karol Stasiak
80018a55b4 Allow different output formats for different segments 2020-03-31 19:01:29 +02:00
Karol Stasiak
353923d3bc Add readkeytest example 2020-03-31 18:58:19 +02:00
Karol Stasiak
21ffbfc466 Extra optimization pass over non-inlined functions (implements #43) 2020-02-27 01:33:34 +01:00
Karol Stasiak
fb1ad18868 #45 Link to older versions of examples 2020-02-08 22:38:06 +01:00
Karol Stasiak
0333b339ca Allow omitting length in file array initalizers (fixes #35) 2020-01-10 18:37:49 +01:00
Karol Stasiak
490d80e5a4 Fix typos 2019-12-01 23:13:51 +01:00
Karol Stasiak
4a8be268cc Add new example 2019-11-04 02:31:04 +01:00
Freddy Offenga
185b5383d1 added a8_os module and test 2019-10-23 14:43:36 +02:00
Karol Stasiak
54c7a6b511 Update changelog 2019-10-22 02:14:14 +02:00
Freddy Offenga
f3ecf733b6 added a8_hardware files 2019-10-21 22:27:50 +02:00
Antonio Montes
6d1c3d69cf Updated examples README 2019-09-27 14:44:58 -07:00
Antonio Montes
b10c7321e5 Added new example nes program 2019-09-27 13:52:00 -07:00
Karol Stasiak
d38405f467 Fix signed constants and word-sbyte subtraction 2019-09-20 18:33:41 +02:00
Karol Stasiak
1347be51ae Document Lynx 2019-09-20 01:44:18 +02:00
Karol Stasiak
b74974dbdd Various tweaks for Lynx 2019-09-20 01:43:58 +02:00
MonstersGoBoom
0988bfc75f clarified the input section 2019-09-20 01:10:55 +02:00
MonstersGoBoom
e376ba5e2a atari lynx support with sprite sample 2019-09-20 01:10:55 +02:00
Karol Stasiak
08ef0beeb7 Commander X16 improvements 2019-09-16 22:55:08 +02:00
Karol Stasiak
1d445ecdd1 Support sizeof on arrays. Preliminary Commander X16 support. 2019-09-14 03:37:24 +02:00
Karol Stasiak
987b4a3b7f Improve examples 2019-08-07 20:03:36 +02:00
Karol Stasiak
7281ec5d2c Improve examples 2019-08-06 12:59:05 +02:00
Karol Stasiak
05c017e375 New encodings for MSX 2019-07-31 00:20:18 +02:00
Karol Stasiak
d9f8b5acc4 Add support for Japanese C64 2019-07-30 15:30:18 +02:00
Karol Stasiak
8922beda00 Allow text literals in more positions 2019-07-27 01:38:06 +02:00
Karol Stasiak
bb5c633172 Oops 2019-07-27 01:11:46 +02:00
Karol Stasiak
35ba36ce11 Function pointers – initial version 2019-07-27 00:58:10 +02:00
Karol Stasiak
52c5a10e6e Documentation overhaul 2019-07-15 13:52:05 +02:00
Karol Stasiak
156c1c0413 Port "life" example to C264 and A8 2019-07-12 13:30:50 +02:00
Karol Stasiak
fe3b7ec5e0 New examples: fizzbuzz, life, fizzbuzz88 2019-07-08 19:26:48 +02:00
Karol Stasiak
7cd1324c4e Fix the rasterbar example 2019-06-28 21:45:28 +02:00
Karol Stasiak
39b07a8bae Fix init_rw_memory on Atari 2600 2019-06-28 16:44:41 +02:00
Karol Stasiak
674f8d1983 Allow initializing writable variables on cartridge targets 2019-06-28 16:28:49 +02:00
Karol Stasiak
32476f2a4e Move readkey to a separate module 2019-06-26 15:51:09 +02:00
Karol Stasiak
c9a65d5971 Added #define directive 2019-06-26 13:43:15 +02:00
Karol Stasiak
bc8ac1f696 Preliminary MSX support 2019-06-05 13:31:43 +02:00
Karol Stasiak
d9f88cdfad Const arrays 2019-04-30 00:41:42 +02:00
Karol Stasiak
43e75276df Preliminary and experimental Game Boy support 2019-03-18 23:15:05 +01:00
Karol Stasiak
492300d298 C64: File I/O support 2019-01-05 01:19:14 +01:00
Karol Stasiak
2f63eafc3a Guess-a-number example; make echo run on PC-88 2018-12-30 19:10:57 +01:00
Karol Stasiak
75e572f58c Library improvements:
– random module
– ensure_mixedcase() function
2018-12-30 18:59:32 +01:00
Karol Stasiak
9a7086fd8c Fire effect example 2018-12-29 20:12:19 +01:00
Karol Stasiak
62575263c2 NEC PC-88: readline 2018-12-20 00:47:42 +01:00
Karol Stasiak
e90483f381 Move hello_world 2018-12-19 22:46:21 +01:00
Karol Stasiak
10492bc534 Updated examples 2018-12-19 22:32:55 +01:00
Karol Stasiak
9f16311aff Preliminary CPC support 2018-12-19 19:02:29 +01:00
Karol Stasiak
05884f2c7b Standard library improvements 2018-12-19 19:01:53 +01:00
Karol Stasiak
585407e9bb Library improvements 2018-12-17 17:18:29 +01:00
Karol Stasiak
007b1dc839 C64: ROM cartridge support 2018-12-17 11:13:01 +01:00
Karol Stasiak
070ae395ee Text literals in expressions, escape sequences, and more 2018-07-28 00:58:20 +02:00
Karol Stasiak
2c8de8b6a5 Text encoding improvements 2018-07-07 00:58:44 +02:00
Karol Stasiak
35caae6d8b Unify syntax of command-line switches 2018-07-01 19:19:30 +02:00
Karol Stasiak
7eab7c439e Preliminary Atari 2600 support 2018-04-03 23:13:57 +02:00
Karol Stasiak
3296d5a201 Documentation improvements 2018-04-03 00:21:26 +02:00
Karol Stasiak
1a0737e4c9 Rename documentation files 2018-03-28 19:31:10 +02:00
Karol Stasiak
fcf4af6c55 NES mapper experiments 2018-03-17 17:09:30 +01:00
Karol Stasiak
9680423691 Famicom support 2018-03-15 23:46:16 +01:00
Karol Stasiak
7e46c4457a
Minor change to examples description 2018-01-23 14:24:12 +01:00
Karol Stasiak
c7f45ebddc Preliminary Apple II support 2018-01-23 13:37:03 +01:00
Karol Stasiak
f870a0c381 Readme update 2018-01-21 21:55:44 +01:00
Karol Stasiak
e67109a2f8 Rasterbar and softscroll examples 2018-01-21 21:55:01 +01:00
Karol Stasiak
c8c6ec83fc New examples: echo.mfk and calculator.mfk 2018-01-20 22:10:04 +01:00
Karol Stasiak
0ba6953321 Added the standalone Galencia starfield demo as an example, with original author's permission 2018-01-18 22:49:44 +01:00
Karol Stasiak
502faa3694 panic() 2018-01-08 01:17:48 +01:00
Karol Stasiak
9193a4f035 String literal improvements 2017-12-27 22:26:13 +01:00
Karol Stasiak
48e26a0538 Initial code upload 2017-12-07 00:23:30 +01:00