view svp_util.c @ 1620:a172f97d873f

Add the ability for a CPU definition to reference arbitrary C includes and use it to add a placeholder definition of svp_read_16
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Oct 2018 19:12:56 -0700
parents
children ca158bc091f9
line wrap: on
line source


void svp_read_16(svp_context *context)
{
	context->internal[0] = 0;
}