Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
suborb committed Mar 28, 2019
1 parent ea82be4 commit 3a8a806
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ z88dk vx.x.x - xx.xx.xxxx
- [classic] Interrupt handlers can now be added on many targets
- [classic] Sony SMC-70/SMC-777 support added via +cpm -subtype=smc777
- [classic] +pasopia7 Toshiba Pasopia 7 support added
- [classic] +sv8000 Badai Supervision 8000 support added
- [classic] +sv8000 Bandai Supervision 8000 support added
- [classic] +msx: MSXDOS2 library available via -subtype=msxdos2
- [classic] TMS9918 platforms now support Modes 0 and 1 for gencon
- [classic] +spc1000: Graphics are now supported on the TMS9928
- [classic] +cpm: Many new disc formats supported
- [classic] +cpm: -subtype=kaypro83 - two graphics modes
- [classic] +cpm: Improved getk() behaviour
- [classic] Targets can now register interrupt handlers
- [classic] +cpm: -subtype=excali64 Excalibur 64 support
- [classic] +g800: ANSI terminal and graphics improvements
- [classic] +ts2068: gencon supports hires and multicolour modes
- [sccz80] #1102: Trailing comma support in struct initialisation
- [sccz80] Optimisation rule fixes and improvements
- [zsdcc] Upgraded to 3.8.5 r10892

z88dk v1.99C - 19.01.2019
Expand Down
1 change: 1 addition & 0 deletions libsrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ ts2068_clib.lib:
$(call buildgeneric,zx)
$(MAKE) -C target/zx
$(MAKE) -C games TARGET=zx
$(RM) -f stdio/zx/*.o
TARGET=zx TYPE=z80 $(LIBLINKER) -DSTANDARDESCAPECHARS -DFORzx -DFORts2068 -DA80COL -x$(OUTPUT_DIRECTORY)/ts2068_clib @$(LISTFILE_DIRECTORY)/ts2068.lst

# TS2068 HRG graphics lib - Stefano
Expand Down

0 comments on commit 3a8a806

Please sign in to comment.