#########################################################################

Version 1.7
-----------

- dmawrite/read wrap around - Pete

  Files changed: gpu.c

- removed dmachain fixes, added dma endless loop detection instead - Pete

  Files changed: gpu.c

- new line drawing funcs - Lewpy

  Files changed: prim.c, soft.c, soft.h

- Win95/NT "disable screensaver" fix - Lewpy

  Files changed: gpu.c

- fixed linux about dialog - linuzappz

  Files changed: cfg.c

- fixed a mask bit problem with FF9 - Pete

  Files changed: prim.c

- changed dmachain handler (monkey hero) - Pete

  Files changed: gpu.c, prim.c



Version 1.6
-----------

- fast forward frame skipping - linuzappz
  
  Files changed: gpu.c, key.c, menu.c

- mdec mask bit problem in FF9 fixed - Pete
  
  Files changed: prim.c

- Added dmachain "0" game fix (Ranma1/2) - Pete

  Files changed: gpu.c

- new coordinate checks, to remove weird polys
  (MGS, etc) - Pete

  Files changed: prim.c

- Added extra code to remove distortions on g-shaded 
  texture rects - Pete

  Files changed: soft.c

- Re-done all texture-window funcs... much better
  speed - Pete

  Files changed: soft.c

- Mask bit fixed for non-textured primitives 
  (Bloody Roar 2, Ace Combat 3) - Pete

  Files changed: soft.c

- Doom fixed - Pete

  Files changed: soft.c


Version 1.5
-----------

- fixed mk.x11 - lu 

- added optional SDL only direct blit and direct 
  stretch - lu

  Files changed: draw.c

- added Linux fullscreen DGA2 support - linuzappz

  Files changed: draw.c, menu.c, gpu.c

- added Lunar "ignore blending color" and capcom 2d 
  fighter fixes - Pete

  Files changed: prim.c, cfg.c, key.c

- removed "no sprite transparency" and "black poly" 
  fixes - Pete

  Files changed: prim.c

- additional Load/MoveImage checks for a few FF9/BOF4 
  effects - Pete

  Files changed: prim.c

- Added dmacheck for The Mummy and T'ai Fu - Pete

  Files changed: gpu.c


Version 1.4
-----------
- Fixed a possible closing issue in the gtk dialog and added
  an #ifdef for the title (X11 vs SDL) - lu

  Files changed: cfg.c

- Enabled configuration for linux FPSE - lu

  Files changed: fpsewp.c gpu.c

- Fixed linux stretch centering (no more garbled screens in
  Star Ocean 2/Grandia/etc) - Pete

  Files changed: draw.c

- Fixed unwanted screen clearing on horizontal centering - Pete

  Files changed: gpu.c

- Added "Wait VSYNC" (Windows) - syo

  Files changed: cfg.c draw.c

- Added toggle "Wait VSYNC" key (Windows) - syo

  Files changed: cfg.c key.c draw.c

- support refresh rate change (Windows) - syo

  Files changed: cfg.c draw.c

- added "Transparent menu" (Windows) - syo

  Files changed: cfg.c menu.c

- enhanced recording: two types of compression (16bit & 24bit)
  and FPSE 24bit MDEC support - Darko Matesic

  Files changed: cfg.c, record.c, record.h, win recording dialog

- linux fullscreen switching (without SDL) - Pete

  Files changed: draw.c

- linux config dialog fix - linuzappz
  
  Files changed: cfg.c


Version 1.3
-----------

- Added Windows FPSE RGB24 mode switch - Pete

  Files changed: fpsewp.c, draw.c, externals.h 

- Yet Another FPSE layer change (hopefully the last one) - lu_zero

  Files changed: fpsewp.c key.c

- SDL linux fullsreen funcs by lu_zero

  Files changed: gpu.c, draw.c, fpsewp.c

- added support for 15 bit texture window primitives - Pete

  Files changed: soft.c

- fix for Grandia in ChangeDispOffsetsX - Pete

  Files changed: gpu.c

- added special coord checks for Nascar and Syphon Filter 2 - Pete

  Files changed: prim.c 

- fixed a mask bit bug in drawPoly4F - Pete

  Files changed: soft.c 

- added "Use system memory" by syo (syo68k@geocities.co.jp)
  (small fixes in save state pic and nvidia scanlines by Pete)

  Files changed: cfg.c draw.c 

- added "Stop screen saver"	by syo (syo68k@geocities.co.jp)

  Files changed: cfg.c gpu.c

- fixed display mode change problem	by syo (syo68k@geocities.co.jp)

  Since the radio button was not operating correctly,
  it corrects that change in display mode was not completed correctly.

  Files changed: cfg.c

- native W32 fpse interface funcs by lu_zero

  Files changed: fpsewp.c

- linux config dialog by linuzappz
  
  Files changed: cfg.c, gpu.c


Version 1.2
-----------

- avi recording funcs by Darko 
  (small adjustments of the recording gpu key/dialog/menu by Pete)

  Files changed: cfg.c, gpu.c ,key.c, menu.c
  Files added:   record.c, record.h

- nasm support for windows/linux by linuzappz
  note: if you can't/don't want to use nasm, you can remove the
  __i386__ define in the project settings
  To use nasm (Win version), copy the nasm files into your 
  VC98/bin directory, and set the MSVCDIR enviroment var to the
  VC98 directory.

  Files changed: soft.c, prim.c, Makefile
  Files added:   i386.asm, macros.inc

- SDL 1.2.x and FPSE layer support by lu_zero
  -D_SDL <--Will set up SDL stuff
  -D_FPSE,add the fpsewp.o <--Will add the layer
  Note I have to fix the win32 related part. 

Version 1.1
-----------
- First release

#########################################################################

