mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-22 05:30:43 +00:00
Implement a dumb stub for cpu_info
This commit is contained in:
parent
608b2259e5
commit
524412039a
@ -3,6 +3,10 @@
|
||||
*/
|
||||
|
||||
#include "apple2.reflect.h"
|
||||
#include "mos6502.h"
|
||||
|
||||
#define CPU(x) \
|
||||
mos6502 *x = (mos6502 *)ref->cpu
|
||||
|
||||
void
|
||||
apple2_reflect_init(vm_reflect *ref)
|
||||
@ -11,4 +15,7 @@ apple2_reflect_init(vm_reflect *ref)
|
||||
|
||||
REFLECT(apple2_reflect_cpu_info)
|
||||
{
|
||||
CPU(cpu);
|
||||
|
||||
printf("hey\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user