From cc1a2987c48f13c2c6e76e1ce3d649b4ea457e24 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Thu, 12 Feb 2015 21:33:22 +0100 Subject: [PATCH] Forgot the TH05 VRAM planes data file -.- --- th05/hardware/vram_planes[data].asm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 th05/hardware/vram_planes[data].asm diff --git a/th05/hardware/vram_planes[data].asm b/th05/hardware/vram_planes[data].asm new file mode 100644 index 00000000..df1fd5cb --- /dev/null +++ b/th05/hardware/vram_planes[data].asm @@ -0,0 +1,4 @@ +VRAM_PLANE_B dd 0A8000000h +VRAM_PLANE_R dd 0B0000000h +VRAM_PLANE_G dd 0B8000000h +VRAM_PLANE_E dd 0E0000000h