mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-10-31 16:04:57 +00:00
include the renamed files
This commit is contained in:
parent
94fd376754
commit
42bfc9c0f8
@ -157,9 +157,13 @@ void tms_set_external_video(byte val) {
|
|||||||
tms_write_reg(0, regvalue);
|
tms_write_reg(0, regvalue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void tms_wait_end_of_frame() {
|
||||||
|
while(!FRAME_BIT(TMS_READ_CTRL_PORT));
|
||||||
|
}
|
||||||
|
|
||||||
#include "apple1.h"
|
#include "apple1.h"
|
||||||
#include "font8x8.h"
|
#include "font8x8.h"
|
||||||
#include "sprites.h"
|
#include "sprites.h"
|
||||||
#include "tms_screen1.h"
|
#include "screen1.h"
|
||||||
#include "tms_screen2.h"
|
#include "screen2.h"
|
||||||
#include "interrupt.h"
|
#include "interrupt.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user