*------------------------------------------------------------*
    PocketGBA, gameboy advance emulator for PocketPC
						 by trapung
*------------------------------------------------------------*

YOUR OWN RISK!!!

latest version : v0.2-alpha 
codes : C + ASSEM(ARM-codes)
compilier : eVC++ ver.3.0 
assembler : ARM Macro Assembler, ver. 2.50.8684
build : PocketPC2002

homepage : http://www.sunbug.net
e-mail : sunbug@sunbug.net
**Please add '[PocketGBA]' to email-title, if you want to send email to me..


*History

-v0.2 alpha :
   -fixed ARM7tdmi data-processing operands (ARM state)
     -> shift by register instruction
   -fixed ARM7tdmi multiply instruction (ARM state)
     -> MUL,MULS,MLA,MLAS
   -fixed ARM7tdmi multiple load/store instruction (ARM state)
     -> LDM* / STM*
   -fixed screen-drawing function (now, all 160 scanlines will be shown)
   -added 'direct sound A' with DMA mode
     -> not correct 
	 -> only for DMA mode ( direct sound with interrupt mode will be noisy )
	 -> 'fmodce.dll' is required.
  

-v0.1 beta  : 
   -added User Interface(UI)
   -added save/load functions cartridge memroy(sram/flash-rom)
   -added save/load config file - PocketGBA.cfg (binary file)
   -fixed some ARM7tdmi cpu-cycles (not correct)
   -fixed ARM7tdmi load instruction routines of ARM & THUMB
		-> LDRH, LDRSH, LDRSB / ARM & THUMB state

-v0.1 alpha : first public release


*Etc.,
PocketGBA's icons are from
-http://www.ix.sakura.ne.jp/~yoshi/icon/game/
-http://homepage2.nifty.com/tenpurako/icon_factory.html

