2.1.1:
    - Games: SPACE FIGHT, VERS, WORM3
    - Fixed: CHIP8 with a bug in the 16*16 sprite drawing routine

2.1.0:
    - Improved: Real CHIP8 keyboard emulation
    - Games: UBOAT, VBRIX

2.0.0:
    - Added: SUPER-CHIP (SCHIP) instructions and SCHIP games
    - Added: Help screen
    - Fixed: CHIP8 with a bug in the random function. TETRIS now works.

1.1.6:
    - Docs: Now in the DOC.FR and DOS.ENG directories
            Orthographic errors in FAQ, GAMES and CHIP_DOC files fixed
            GAMES.DOC is now FILES.DOC as it doesn't contain only games
            Several changes in CHIP8.TXT (keyboards, CHIP8 use...)
    - Fixed: CHIP8 with a bug in the sound_timer instruction
    - Added: CHIP8.INI config file
    - Added: Tape sound
    - Added: 128-Byte CHIP8 boot
    - Added: CHIPPER CHIP8/CHIP48/SCHIP powerfull symbolic assembler
    - Improved: CHIP8 with TEXT or VGA (320*200) display
    - Improved: UNCHIP (now uses the CHIPPER syntax, and options changed)
    - Games/Programs by me: BLITZ, GUESS, HIDDEN, INVADERS, MAZE, MERLIN

1.1.5:
    - Fixed: CHIP8 (so DEBUG) with a bug in the Load/Save instructions
    - Fixed: CHIP8 (so DEBUG) with a bug in the timers countdown delays
    - Fixed: CHIP8 with a bug in the RESTART key routine
    - Fixed: TANK with a corruption in its binary image

    - Games: BLINKY (PACMAN clone)
             TICTAC (TIC-TAC-TOE by me)
             MISSILE (Shooter by me)

    - Added: Snapshot function
    - Added: FAQ files, both french and english
    - Added: Some games sources

    - Changed: Executables version is now CHIP8's version

    - Improved: UNCHIP with disassembling possibilities

    - Corrected: Orthographic errors in DEBUG
    - Corrected: HISTORY.TXT, CHIP_DOC files and GAMES.DOC


1.1.4:
    - Changed: Versions are now Global.Current.Release (ex: 1.1.4)
    - Changed: Internal version headers
    - Corrected: HISTORY.TXT and CHIP_DOC
    - Added: BINHEX.EXE and HEXBIN.EXE programmer utilities
    - Added: PONG2, same as PONG but improved by me
    - Added: Screen-capture function
    - Removed: TEST file in the GAMES directory

1.1 #3:
    - Fixed: PUZZLE2 (just a correction to make it work)
    - Fixed: Bug in program-counter and register I when > 4095
    - Changed: Blue border
    - Improved: CARRY/BORROW routines
    - Added: HISTORY.TXT and GAMES.DOC

1.1 #2:
    - Improved: Internal CHIP8 code

1.1 #1: FIRST OFFICIAL RELEASE

1.0:
    - Fixed: Serious bug in XOR function
    - Added: Synchronisation routine

0.9:
    - Fixed: Bug in the drawing routine
    - Fixed: BORROW bug
        
0.2 to 0.8: Lots of improvements and debuging

0.1: FIRST STEPS

    - Drawing needs to be much faster
    - Bad keyboard emulation
    - Speed not synchronized
    - LOTS of other bugs to find in:
        -> Registers save/load instructions
        -> Register BCD coding in memory
        -> Games loader
        -> Beeper routine
        -> Math instructions (carry/borrow)
