comparison 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
comparison
equal deleted inserted replaced
1619:0e8438a4c76f 1620:a172f97d873f
1
2 void svp_read_16(svp_context *context)
3 {
4 context->internal[0] = 0;
5 }