Skip to content

Releases: c64lib/text

0.5.1

23 May 14:45
Compare
Choose a tag to compare
Fix outNumberXYC

0.5.0 (#16)

27 Sep 07:43
8b01a4e
Compare
Choose a tag to compare
Co-authored-by: Maciej Małecki <external.maciej.malecki@kuehne-nagel.com>

0.4.0

07 Jan 23:05
fed09a8
Compare
Choose a tag to compare

Changes in 0.4.0

  • New macro: text.asm\copyScreenBlock.
  • New macro: text.asm\outTextXYC.
  • New macro: text.asm\outNumberXYC.

0.3.0: Develop (#11) Extensions needed for trex-64

19 Feb 08:18
ad892f6
Compare
Choose a tag to compare
  • New macro: outHexNibbleOfs
  • New subroutine: outHexNibble
  • Screen shift to the left (both screen mem and color RAM) are well tested with T-Rex 64 release.
  • New macro: tiles-2x2.asm/decodeTile.
  • New macro: tiles-2x2.asm/drawTile.
  • New macro: tiles-2x2.asm/shiftScreenLeft.
  • New macro: tiles-2x2.asm/shiftColorRamLeft.
  • New macro: tiles-2x2.asm/decodeScreenRight.
  • New macro: tiles-2x2.asm/decodeColorRight.

0.2.0: Develop (#10)

09 Apr 19:25
46d630e
Compare
Choose a tag to compare
* Develop of 0.2.0 established

* Use argument label for self modifying code

* Globally accessible public macros prefixed with c64lib_ prefix

* Scroll macro global version

* incText global version

* Working on tiles 2x2

* CHANGES.md file introduced

* Tile 2x2 progress

* Initialization of cfg fixed

* Working on tile 2 ongoing

* Shift left and right added

* fbne used

* spec for shift left

* spec for shift right

* spec for shift top and bottom

* top left shift implemented and tested

* top right shift added

* bottom right shift added

* shift left bottom added

* tiles2 renamed to tiles-common

* tiles-2x2 separated

* Shift left color ram without test

* Gradle wrapper added

* gradlew made x

* migrated to gradle retro assembler plugin

* Migrated to 0.3.0

* circleci + update tool versions

* Migrate to retro 1.0.0

* shift color ram to the left implemented and tested

* shift color ram to the right implemented

* shift color ram to the right tested and fixed

* color ram shifts top / bottom - dummy impl and tests provided

* color ram top implemented and tested

* color ram bottom implemented and tested

* even window sizes tests

* color ram bottom implemented and fixed

* renamed to conform _t2_ prefix

* fixes on styling

* split macros into separate files

* dependency clean up

* tests for diagonal shifts of color ram are written

* further tests for diagonal color ram shifts written

* simple diagonal case implemented

* another bit of top left color ram added

* Code size measurement debug

* top right in progress

* top right even

* Bottom diagonal naive approach

* KA 5.11 + even specs update

* Fix on diagonal scrolling of color ram

* Docu updated

* Update Ra to 1.0.1

* scroller impl

* Better offset indexing

* init tests fixed

* use set8

* mapDefinition is accessed as a pointer now

* decodeScreenRight

* macro renamed

* Update CHANGES.md

* Update README.md

* Color RAM left column drawing

* Initial spec for decode ... right

* further spec work

* further work on test

* More tests

* work on decode screen right

* decode screen right fixed

* tests improved

* 0.5,0 implemented

* 1.5,0 tested

* color ram decoder

* decode into color ram (right col) tests finished

* test refactoring

* rex example added

* fix on import

* remove example

* maybe we don't need z something

* fix on scroll to right

* decode screen params in sync with shift params

* fix on decode right

* test fixed

* Fix in color ram shift

* fix (yet tests to be fixed)

* some tests fixed

* prepare for 0.2.0

* Change log update

* fix on badges

* fix color ram scroll right

0.1.0

10 Jan 20:52
Compare
Choose a tag to compare
Release 0.1.0

0.0.1

29 Mar 21:41
Compare
Choose a tag to compare
Updated dependencies