view svp_util.c @ 2010:19957e7353a4

Fix a regression in sprite rendering that could cause garbage to be displayed on first line
author Mike Pavone <pavone@retrodev.com>
date Sun, 01 Nov 2020 12:32:25 -0800
parents ca158bc091f9
children
line wrap: on
line source


void svp_prog_read_16(svp_context *context)
{
	uint16_t address = context->scratch1 >> 1;
	context->scratch1 = context->rom[address];
}