=----------------------------------------------------------------------------=
 > Version 0.9.2 [September 2025]
=----------------------------------------------------------------------------=

 - NEW: Wild gameplay options that weren't in the arcade version!
   These can be toggled in config.txt, or from the SETTINGS -> GAMEPLAY
   in-game menu. By default they are disabled.
   
   1/ Rolling Stop  : Gradually come to a stop when the timer expires...
   2/ Turbo Speed   : Top speed is boosted by around 50km/h!
   3/ Offroad Tyres : Drive off-road with no slowdown!
   4/ Grippy Tyres  : Very easy cornering!
   5/ Bumper Cars   : Smash into other traffic with less impact!
   
   Needless to say, you may not want to turn these all on at the same time.
   
 - NEW: Hiscore Saving
   You will need to exit the game cleanly from the main menu for your scores
   to be saved. To reset your scores, delete the hiscores.bin file. 
   
   (If you don't like the idea of the game writing data to disk, this feature
   can be disabled in the config.txt only.)
   
 - BUGFIX: Drift Left Issue
   A bug in the original arcade codebase I'd forgotten about.
   The following sequence of actions would cause you to drift left:
    . Drive into the level a bit.
    . Come to a standstill.
    . Hold the steering left for a period, then let it centre itself.
    . Accelerate
    . The car veers to the left, even though the wheel is now centered

 - BUGFIX: Minor Road Rendering Issue
   A small visual issue, introduced in 0.9.1 that went unnoticed, is fixed.
   
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Notes on upgrading from 0.9.1:
 - There is no need to run the amiga_rom_exporter script again, if you did so 
   previously.
 - You can simply copy the new binaries across to your existing folder.
 - The config.txt file has changed, so be sure to use the new one.


=----------------------------------------------------------------------------=
 > Version 0.9.1 [August 2025]
=----------------------------------------------------------------------------=

 - NEW: Separate 68040+ CPU build.
   This provides specific optimisations for 040 and above CPUs.
   It may run faster than the 030 build on some systems.

 - NEW: Support for CD32 Akiko hardware.
   This provides a small performance boost for the CD32 with an 030 CPU.
   (if you have a CD32 w/ 040 CPU, you are better off using the 040 build)

 - NEW: One button joypads are now supported and can be selected in the
   Settings -> Controls sub-menu.

 - NEW: 'Play' button on CD32 compatible joypads now pauses the game.
 
 - NEW: There is a configuration file. Edit config.txt to dictate default
   settings. These settings can still be overriden within the in-game menu.

 - PERFORMANCE: Optimized the road rendering code, plus other small tweaks.
   This results in a minor speed increase in some, but not all, areas.

 - BUGFIX: Crash on Stage 5 (Autobahn Route Only)
   It was possible to crash the game at the end of the Autobahn stage if you
   were travelling at a particular speed.

 - BUGFIX: 'Last Wave' music no longer loops.

 - BUGFIX: It is now possible to exit to the Main Menu when the game is paused
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Notes on upgrading from 0.9.0:
 - You may want to copy the Last Wave MOD again, to fix the looping issue.


=----------------------------------------------------------------------------=
 > Version 0.9.0 [July 2025]
=----------------------------------------------------------------------------=

 - Initial Public Release