include the renamed files

This commit is contained in:
nino-porcino 2021-12-17 09:27:12 +01:00
parent 94fd376754
commit 42bfc9c0f8
1 changed files with 6 additions and 2 deletions

View File

@ -157,9 +157,13 @@ void tms_set_external_video(byte val) {
tms_write_reg(0, regvalue);
}
void tms_wait_end_of_frame() {
while(!FRAME_BIT(TMS_READ_CTRL_PORT));
}
#include "apple1.h"
#include "font8x8.h"
#include "sprites.h"
#include "tms_screen1.h"
#include "tms_screen2.h"
#include "screen1.h"
#include "screen2.h"
#include "interrupt.h"