1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-09-27 12:57:41 +00:00
millfork/include
2021-11-12 02:45:53 +01:00
..
cbm CBM BASIC loader should use the actual address of main (fixes #111) 2021-11-12 02:45:53 +01:00
coco Add TRS-80 Model 1 and 3 support 2020-09-26 23:52:49 +02:00
encoding Fix escape sequences in many encodings 2021-03-13 21:40:18 +01:00
i80 R800 support 2021-09-18 00:36:16 +02:00
internal
m6502 Use POKEY for random seed on Atari 2020-09-30 01:51:36 +02:00
m6809 6809: Improve flow analysis and add few more optimizations 2021-06-21 14:15:40 +02:00
platform Update x16_experimental.ini 2021-08-19 14:37:20 +02:00
trs80 TSR-80 newline is just 0x0D 2020-09-27 18:58:46 +02:00
x16 fix the value of vera_dc_hscale_hstop 2020-08-11 18:59:54 +03:00
z1013 Add Robotron Z1013 support 2020-09-29 22:57:27 +02:00
a8_antic.mfk refactor and MPT player examble 2020-10-05 22:33:22 +02:00
a8_gtia.mfk
a8_hardware.mfk
a8_kernel.mfk
a8_os.mfk new memory mapping helpers 2020-09-09 00:57:12 +02:00
a8_pia.mfk
a8_pokey.mfk
apple2_kernel.mfk change monitor address to not print prompt 2021-01-25 20:15:18 -05:00
apple2_prodos.mfk first attempt at a ProDOS library for the Apple II 2021-02-02 23:33:45 -05:00
atari_lynx_hardware.mfk
bbc_hardware.mfk
bbc_kernal.mfk
c64_basic.mfk Changes to macros and parameter list syntax: 2020-03-30 19:23:48 +02:00
c64_cia.mfk
c64_easyflash.mfk Fix EasyFlash switch_hirom (fixes #121) 2021-09-13 15:10:11 +02:00
c64_hardware.mfk
c64_joy2_default.mfk
c64_joy.mfk
c64_kernal.mfk Fix #107 (syntax errors in stdlib, overpanicky statement preprocessor) 2021-03-20 01:23:51 +01:00
c64_panic.mfk
c64_sid.mfk Correct address for sid_v1_sr (fixing #115) 2021-06-21 14:12:33 +02:00
c64_vic.mfk
c128_hardware.mfk
c128_kernal.mfk Fix #107 (syntax errors in stdlib, overpanicky statement preprocessor) 2021-03-20 01:23:51 +01:00
c264_basic.mfk
c264_hardware.mfk
c264_kernal.mfk Fix #107 2021-03-20 01:25:27 +01:00
c264_ted.mfk
c1531_default.mfk
c1531.mfk Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord. 2020-05-01 15:18:34 +02:00
cbm_file.mfk Add necessary whitespace 2019-08-05 14:06:50 +02:00
coord.mfk Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord. 2020-05-01 15:18:34 +02:00
cpc.mfk
cpm_bdos.mfk
cpu6510.mfk
default_panic.mfk
default_readword.mfk
encconv.mfk CoCo: encconv support 2020-07-31 16:07:10 +02:00
err.mfk
gb_hardware.mfk
gb_header_small.mfk update gb lib code to current syntax for example/ 2021-07-11 18:15:39 -04:00
gb_joy.mfk update gb lib code to current syntax for example/ 2021-07-11 18:15:39 -04:00
init_rw_memory.mfk Fix init_rw_memory 2020-08-01 22:19:51 +02:00
joy.mfk
keyboard.mfk Add Robotron Z1013 support 2020-09-29 22:57:27 +02:00
LICENSE
loader_1c01.mfk CBM BASIC loader should use the actual address of main (fixes #111) 2021-11-12 02:45:53 +01:00
loader_0401.mfk CBM BASIC loader should use the actual address of main (fixes #111) 2021-11-12 02:45:53 +01:00
loader_0801_16bit.mfk CBM BASIC loader should use the actual address of main (fixes #111) 2021-11-12 02:45:53 +01:00
loader_0801.mfk CBM BASIC loader should use the actual address of main (fixes #111) 2021-11-12 02:45:53 +01:00
loader_1001.mfk CBM BASIC loader should use the actual address of main (fixes #111) 2021-11-12 02:45:53 +01:00
loader_1201.mfk CBM BASIC loader should use the actual address of main (fixes #111) 2021-11-12 02:45:53 +01:00
loader_a000.mfk
loader_c64crt.mfk
lunix.mfk
mouse.mfk Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord. 2020-05-01 15:18:34 +02:00
msx_crt.mfk
msx.mfk
nes_hardware.mfk
nes_joy1_default.mfk Library improvements 2018-12-17 17:18:29 +01:00
nes_joy.mfk
nes_mmc4.mfk
nes_routines.mfk Use const arrays on cartridge targets (2) 2019-06-26 18:13:00 +02:00
null_joy_default.mfk Library improvements 2018-12-17 17:18:29 +01:00
null_mouse_default.mfk Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord. 2020-05-01 15:18:34 +02:00
pc88.mfk Changes to macros and parameter list syntax: 2020-03-30 19:23:48 +02:00
pc_dos.mfk Add 8080-to-8086 translation 2019-05-31 17:03:35 +02:00
pet_kernal.mfk Fix #107 (syntax errors in stdlib, overpanicky statement preprocessor) 2021-03-20 01:23:51 +01:00
pstring.mfk
random.mfk
scrstring.mfk Allow importing modules from subdirectories. Move platform definitions 2020-04-27 12:42:18 +02:00
stdio_zxspectrum.mfk
stdio.mfk
stdlib.mfk
string.mfk
vcs_hardware.mfk Use const arrays on cartridge targets 2019-06-26 17:54:29 +02:00
vcs_secam_palette.mfk
vic20_basic.mfk Implement readline and readword for VIC-20 2020-09-30 01:37:00 +02:00
vic20_hardware.mfk fix vic20 volume register address 2020-07-24 10:29:36 +02:00
vic20_kernal.mfk Fix #107 (syntax errors in stdlib, overpanicky statement preprocessor) 2021-03-20 01:23:51 +01:00
x16_hardware.mfk X16: Updated to the newest hardware design 2020-05-01 15:19:25 +02:00
x16_joy1_default.mfk
x16_joy.mfk X16: Updated to the newest hardware design 2020-05-01 15:19:25 +02:00
x16_kernal.mfk X16: Updated to the newest hardware design 2020-05-01 15:19:25 +02:00
x16_mouse.mfk X16: Updated to the newest hardware design 2020-05-01 15:19:25 +02:00
x_coord.mfk Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord. 2020-05-01 15:18:34 +02:00
zxspectrum.mfk Optimization hints 2021-03-15 00:44:14 +01:00