Skip to content

Releases: fbergama/pigfx

Added several VT100 control codes

13 Apr 18:33
e4579a8
Compare
Choose a tag to compare

VT100 control codes for color management and intensity, etc.

Scrolling / palette

03 Oct 19:00
8474c1c
Compare
Choose a tag to compare
  • IRQ bugfixes
  • Scolling left / right / top / bottom
  • VGA / C64 palette
  • Custom palette

Speed improvement

16 Sep 18:22
159502f
Compare
Choose a tag to compare
  • Enabled cache, this is a massive speed boost
  • Prepared interrupt handler for 8bit interface
  • Cursor can be set to blink mode

Bugfixes / New features

05 Sep 14:22
e3fbfc2
Compare
Choose a tag to compare
  • Lots of under the hood improvements mainly in memory handling
  • Display exceptions instead of just freeze
  • Bugfix key repeat for some USB keyboards
  • 4 new VT102 commands: Insert blank, delete char, insert line, delete line

Collision detection

26 Aug 16:44
a0e2c8a
Compare
Choose a tag to compare

Implemented collision detection for sprites

Load bitmaps with ASCII chars, decimal or hex encoded

16 Aug 19:59
Compare
Choose a tag to compare
V1.7.4

Load bitmaps with ASCII chars, hex oder decimal encoding

DMA enabled for some graphics

14 Aug 15:28
Compare
Choose a tag to compare

This is quite a speed boost for some graphic functions.

Performance improvements

08 Aug 14:23
Compare
Choose a tag to compare
V1.7.2

Improved graphics performance

Bugfixes and improvements

07 Aug 08:43
Compare
Choose a tag to compare

Check invalid data for sprite commands, don't draw outside of screen

Sprites

05 Aug 21:04
15e5132
Compare
Choose a tag to compare

First version which supports some kind of sprite handling (probably full of bugs and quite limited yet)