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

182 Commits

Author SHA1 Message Date
Karol Stasiak
f01879e4a3 Use local labels in m6809_math 2021-02-26 23:05:29 +01:00
Joel Heikkila
ef34f534f9 first attempt at a ProDOS library for the Apple II 2021-02-02 23:33:45 -05:00
Joel Heikkila
d6deb81166 change monitor address to not print prompt 2021-01-25 20:15:18 -05:00
Joel Heikkila
394ac63805 0x80 + 0x0D is a2 newline 2021-01-25 16:13:59 -05:00
Karol Stasiak
f2f53a4b28 Configurable entry point for ZX Spectrum, Z1013, TRS-80 and CoCo (#78) 2020-11-19 18:47:50 +01:00
zbyti
838ef0d1eb refactor and MPT player examble 2020-10-05 22:33:22 +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
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
d45fe42d17 Add Robotron Z1013 support 2020-09-29 22:57:27 +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
Karol Stasiak
2d7c365b20 TSR-80 newline is just 0x0D 2020-09-27 18:58:46 +02:00
Karol Stasiak
3a9be16107 Add TRS-80 Model 1 and 3 support 2020-09-26 23:52:49 +02:00
zbyti
a635449829 new a8 memory mapping helpers 2020-09-09 01:52:11 +02:00
zbyti
3bbab4a126 new memory mapping helpers 2020-09-09 00:57:12 +02:00
zbyti
c31a2ee388 Simple Atari 800XL Memory Map 2020-09-05 11:58:02 +02:00
zbyti
4849069d39 Simple Atari 800XL Memory Map 2020-09-05 11:48:49 +02:00
zbyti
9a0176333b Simple Atari 800XL Memory Map 2020-09-05 11:47:24 +02:00
zbyti
6b0effaae6 Simple Atari 800XL Memory Map 2020-09-05 11:43:18 +02:00
zbyti
3582925cb1 Simple Atari 800XL Memory Map 2020-09-05 11:37:04 +02:00
Karol Stasiak
c12541c64d Fix the a8_os module (fixing #58) 2020-09-04 01:18:37 +02:00
Karol Stasiak
3ded652a90 Add encodings: BraSCII, DEC MCS, LICS, MacRoman 2020-09-01 22:22:28 +02:00
Mikko Karjanmaa
29018729f5
fix the value of vera_dc_hscale_hstop 2020-08-11 18:59:54 +03:00
Karol Stasiak
c20b144823 CoCo: add coco_crt target 2020-08-01 22:20:52 +02:00
Karol Stasiak
ea04b1f6c0 Fix init_rw_memory 2020-08-01 22:19:51 +02:00
Karol Stasiak
4e1958d831 CoCo: Examples and tests 2020-07-31 16:07:49 +02:00
Karol Stasiak
d77ecba518 CoCo: encconv support 2020-07-31 16:07:10 +02:00
Karol Stasiak
03a57138f0 CoCo: Improvements 2020-07-31 13:29:13 +02:00
Karol Stasiak
72dcf2342e 6809: Fix nibble-to-hex routines 2020-07-31 13:27:17 +02:00
Karol Stasiak
cad6f27185 Preliminary CoCo support 2020-07-31 01:58:40 +02:00
nino-porcino
616873bbec
fix vic20 volume register address 2020-07-24 10:29:36 +02:00
Karol Stasiak
53973f081a Add various KOI-8 encodings 2020-07-20 00:13:49 +02:00
Karol Stasiak
0b948f801d Fix PCW encoding 2020-07-13 23:09:06 +02:00
Karol Stasiak
bfe90193fa 6809: Implement / and %% operators 2020-06-09 22:35:57 +02:00
Karol Stasiak
7ba01f83e3 6809: implement * and : operators 2020-06-04 17:07:19 +02:00
Karol Stasiak
4b5d290d6c X16: Updated to the newest hardware design 2020-05-01 15:19:25 +02:00
Karol Stasiak
3e33660c2e Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord. 2020-05-01 15:18:34 +02:00
Karol Stasiak
7f9bd18bdd The big text encoding overhaul 2020-05-01 01:31:54 +02:00
Karol Stasiak
78fe0e37bb Allow importing modules from subdirectories. Move platform definitions 2020-04-27 12:42:18 +02:00
Karol Stasiak
cd5e9decac Implement readkey and readline for Apple II 2020-04-08 11:11:25 +02:00
Karol Stasiak
c53656aee2 Change the default load address for BBC micro 2020-04-06 22:52:49 +02:00
Karol Stasiak
f04f5ec111 8080: Fix string module 2020-04-06 11:54:24 +02:00
Karol Stasiak
4ea8658d5b Fix scrstring module 2020-04-06 11:54:11 +02:00
Karol Stasiak
16b83c42f3 Add pstrpaste function 2020-04-06 11:53:51 +02:00
Karol Stasiak
b21b04efeb Some fixes to encconv. Added two more functions. 2020-04-06 03:16:51 +02:00
Karol Stasiak
320b84edb9 Add pstring module 2020-04-06 00:44:20 +02:00