ChangeLog of openMSX-UnOfficialWin32.

+: power up or add.
-: power down or delete.
#: note
?: up or down. :-P


0.2.1 UnOfficialWin32-0.01:		2003/01/04(JST)
	+ Change base to 0.2.1 version of official.
		See 'doc.org\ChangeLog' file for official changes.
	+ Added autodetection of ROMs which depends on BASIC.
	  You can boot such ROMs without ',ROMBAS'(is in Bussum.2002-0.0?).
	- Deleted extramode 'ROMBAS' at commandline option -cart*.
		(See above.)
	- Now omitted openmsx.tex.pdf. Anyone need?
	- Now omitted bin2c.exe, xmlxdump.exe. Anyone need?
	#? Restructured files placement and renamed.
		doc.org		: official documents
		doc		: UnOfficialWin32 documents(English)
		doc\ja		: UnOfficialWin32 documents(Japanese)
		cfg.org		: official sample configs.
		cfg		: UnOfficialWin32 additional sample configs.
	  and some renames.
	+ mouse/joypad emulation: tested. (See doc\MEMO.UOW32.TXT)
	+ SDLGL renderer: start testinig. (See doc\MEMO.UOW32.TXT)


Bussum.2002 UnOfficialWin32-0.03:	2002/11/30(JST)
	+ C-BIOS is included in distribution now!
		contributed by Boukichi. Thanks a lot!!
	+ Add sample config files for C-BIOS.
		They are 'cbios1.xml' and 'cbios2.xml'.
	+ Add UnOfficialWin32 local command line options.
		'-cbios1' :	use cbios1.xml as config file.
		'-cbios2' :	use cbios2.xml as config file.
	# lowercased 'O'penMSX to 'o'penMSX.
	  Because official team uses 'o'.

Bussum.2002 UnOfficialWin32-0.02:	2002/10/22(JST)
	+ Fix fdc parameter of config file.
		I disabled DiskRom patch in config files.
		Now SNATCHER, SD-SNATCHER and some DSKs will work.

Bussum.2002 UnOfficialWin32-0.01:	2002/10/20(JST)
	+ Change base to 'Bussum.2002' version of official.
		See 'ChangeLog' file for official changes.
	# SCCPlus is fixed by Official-Team.
		Now 0.1.9-UOW32-0.01a is not needed.
	+ Fix *.xml BIOS/BASIC filesize.
		I wonder why it was working... :-P
	+ Change compiler from gcc-2.95.3 to gcc-3.2.
		Now some dirty workaround is not needed !
	+ SDL.dll/libxml2.dll version up. You should update these also.
		SDL.dll:	1.2.4 -> 1.2.5
		libxml2.dll:	2.4.23 -> 2.4.25
	+ New dependency DLLs. You need these also now.
		libSDL_image.dll	(used by openmsx.exe)
		libpng.dll		(used by libSDL_image.dll)
		zlib.dll		(used by libpng.dll(/libxml2.dll))
	- Delete "extra mode" on command line arguments.
		Withdrawn: 16p0 , 16p1 , 16p2 , 32p0 , 32p1
	+ Add "extra mode" on command line arguments.
		Newcommer: ROMBAS
			This do same as 16p2 was doing.
			This is a TEMPORARY workaround.
			It will vanish in the near future.
			It is need only for some unmappered ROMs
			which contain BASIC code.
			ex.:
				openmsx.exe -msx1 -cart NAUSICAA.ROM,ROMBAS
	? Keep DiskRom patch in config files.
		Now it is disabled in Official config.
		But I keep it for performance.
		Yes, I think UOW32-users will choice it than exact emulation;;

0.1.9 UnOfficialWin32-0.01a:	2002/09/15(JST)
	# NOT RELEASED. (testers only)
	+ Quick workaround for SCCPlus.

0.1.9 UnOfficialWin32-0.01-SP1:	2002/09/09(JST)
	+ *.xml, cfg\*.xml : LF to CRLF : readable for avarage Win32 users.
	+ fixed fdc.xml, msx2plus.xml : DiskRom patch.
		Now, you can 'FILES' in BASIC.
	+ add config file:
		msx2mem128.xml, msx2pmem128.xml,
		scc1.xml, scc2.xml, sccp.xml, sccp1.xml, sccp2.xml

0.1.9 UnOfficialWin32-0.01:	2002/09/06(JST)
	+ Change base official version to 0.1.9.
		See 'ChangeLog' file for official changes.
	+ Workaround for commandline options
		 '-disk*' , '-tape' , '-fmpac' and '-musmod'.
	  (NOT TESTED for '-tape' and '-musmod')
	+ Enable renderer: 'SDLGL'. (NOT TESTED!!)
		So, you need update 'SDL.dll' too.
	+ Workaound for threading.
	  Now, event distribution is done in another thread than emulation.
	  (@0.1.8-W32UO: they were in the same thread. Ya, no-threading!)
	+ Workaround for '/dev/zero' is done in quick hack. :-P
	  Now, you can use "Empty SCC Cartridge". See 'scc.xml'.
	  (Filename '/dev/zero' on ROM configuration has special meaning.)
	? Configuration files for UnOfficial are in same directory as .exe.
	  And renamed. ( msx?j.xml to msx?.xml / msx2pj.xml to msx2plus.xml)

0.1.8 UnOfficialWin32-0.02:	2002/07/02(JST)
	- Dependency DLLs are out of package now.
	+ Workaround for commandline option '-cart*'.
	+ More workaround above about non-mappered ROM.
		with UnOfficial only extra mode. :-P
			,16p0	non-mappered 16kB ROM in page 0
			,16p1	non-mappered 16kB ROM in page 1
			,16p2	non-mappered 16kB ROM in page 2
			,32p0	non-mappered 32kB ROM in page 0-1
			,32p1	non-mappered 32kB ROM in page 1-2
		Now, you can
			openmsx.exe -config cfg\msx2j.xml -cart NAUSICAA,16p2


0.1.8 UnOfficialWin32-0.01:	2002/06/30(JST)
	+ Initial.

