Remove vm_reflect.c

This commit is contained in:
Peter Evans 2018-04-07 00:39:49 -05:00
parent c665df3531
commit 18e0bde099
5 changed files with 2 additions and 5 deletions

View File

@ -30,7 +30,6 @@ set(erc_sources
vm_debug.c
vm_di.c
vm_event.c
vm_reflect.c
vm_screen.c
vm_segment.c
)

View File

@ -17,7 +17,7 @@
#include "option.h"
#include "vm_debug.h"
#include "vm_di.h"
#include "vm_reflect.h"
#include "vm_event.h"
#include "vm_segment.h"
/*

View File

@ -10,7 +10,7 @@
#include "apple2/dbuf.h"
#include "apple2/draw.h"
#include "vm_reflect.h"
#include "vm_event.h"
static size_t switch_reads[] = {
0xC01A,

View File

@ -16,7 +16,6 @@
#include "apple2/enc.h"
#include "apple2/apple2.h"
#include "vm_di.h"
#include "vm_reflect.h"
/*
* Create a new disk drive. We do not create a memory segment for the

View File

@ -10,7 +10,6 @@
#include "log.h"
#include "vm_di.h"
#include "vm_event.h"
#include "vm_reflect.h"
/*
* Look through all of the events that are queued up and, whatever we