diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/svp_util.c	Thu Oct 04 19:12:56 2018 -0700
@@ -0,0 +1,5 @@
+
+void svp_read_16(svp_context *context)
+{
+	context->internal[0] = 0;
+}