view svp_util.c @ 2350:f8b5142c06aa

Allow 68K to return mid-instruction. Adjust how 68K interrupt ack works so int2 busy flag timing is more correct. Fix some other SCD timing issues
author Michael Pavone <pavone@retrodev.com>
date Mon, 16 Oct 2023 23:30:04 -0700
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];
}