2012-01-22 - v0.3.0144
    Update diff to Mame 0.144
    Get rid of Python dependency

2010-01-10 - v0.2.3136
	Update diff to SDLMame 0.136

2009-09-27 - v0.2.3134
	Update diff to SDLMame 0.134

2009-04-11 - v0.2.3130
	Update diff to SDLMame 0.130

2009-03-09 - v0.2.3129
	Update diff to SDLMame 0.129

2007-07-22 - v0.2.2
	Keys are no longer hard-wired.  Interface now extracts them from MAME.
	Add high score retrieval for puckmana.
	Clean up makefile a bit more.
	Add a small install script to copy 'scores.dat' to somewhere
	findable.
	Big internal changes.  As a side effect, AC's start function is
	now called just before the first frame is sent to it.

2007-07-16 - v0.2.1
    Update diff to SDLMame 0.117
	Clean up the makefile a bit
	Get rid of warnings in ac code.

2007-07-15 - v0.2.0
    Ported to SDLMame due to XMAME activity having nearly ceased.  In the
    process, move patch from the OSD layer down into the MAME core, so
    this patch should be portable to other operating systems without
    too much hassle (dynamic loading should be the main obstacle).
	Should work with all bit-depths now.
	Can play as player two.
	No need to specify full path of library any more.
	
2006-04-23 - v0.1.4
	Update diff to be in sync with XMAME 0.105

2006-02-28 - v0.1.3
	Update diff to be in sync with XMAME 0.104

2006-01-28 - v0.1.2
	Update diff to be in sync with XMAME 0.103

2005-12-29 - v0.1.1
	Update diff to be in sync with XMAME 0.102

2005-11-08 - v0.1
	Add 15 bit depth games (same code, just had to check it)
	Got rid of portage dependency in acutils.py
	Added dummy.py as sample python template

2005-10-29 - v0.0.3
	Split package into framework and agents. Only release python
	bindings and shell python agent (rest are really not related)
	Add TODO file

2005-08-10 - v0.0.2
	Major restructuring.  Separate XMAME interface
	from implementation so that there's no need to recompile XMAME 
	when updating a controller. Controller modules are
	now loaded at runtime. Now python binding is just a
	loadable module.

2005-08-02 - v0.0.1
	Initial Release
