File:  [RetroPC.NET] / xmil / adv / agb / ramptr.inc
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:08 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)


EWRAM_PTR		= 0x02000000
EWRAM_GRAM		= 0x00010000
EWRAM_TRAM		= 0x0001c000
EWRAM_PCG		= 0x0001e000
EWRAM_ANK		= 0x0001f800

IWRAM_PTR		= 0x03000000
IWRAM_Z80		= 0x00000000
IWRAM_DMA		= 0x00000040
IWRAM_IOCORE	= 0x00000480
IWRAM_CRTC		= 0x00000598
IWRAM_VRAMUPD	= 0x000005e0

IOCORE2CRTC		= (IWRAM_CRTC - IWRAM_IOCORE)
IOCORE2VRAMUPD	= (IWRAM_VRAMUPD - IWRAM_IOCORE)


RetroPC.NET-CVS <cvs@retropc.net>