megadrive_test1

diff src/main.c @ 7:8253942b0a1a

in the middle of something
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Feb 2017 14:00:26 +0200
parents 862f8a034cae
children
line diff
     1.1 --- a/src/main.c	Sat Feb 11 08:56:42 2017 +0200
     1.2 +++ b/src/main.c	Sun Feb 19 14:00:26 2017 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  
     1.5  int main(void)
     1.6  {
     1.7 -	unsigned char *tmap;
     1.8 +	uint16_t *tmap;
     1.9  
    1.10  	vdp_init();
    1.11  
    1.12 @@ -28,5 +28,6 @@
    1.13  	tmap = vdp_tilemap_ptr(VDP_PLANE_A);
    1.14  
    1.15  
    1.16 +
    1.17  	return 0;
    1.18  }