Build fix and add comments

This commit is contained in:
retro-wertz
2017-10-17 12:49:12 +08:00
parent c9f255b93c
commit 384d6a98ba
2 changed files with 3 additions and 2 deletions

View File

@@ -42,11 +42,9 @@ static void Sync(void) {
setchr8((regs[0] & 7) | (regs[1] & 7) | ((regs[0] & 0x40) >> 3));
}
#if 0
static DECLFR(M57Read) {
return hrd_flag;
}
#endif
static DECLFW(M57Write) {
switch (A & 0x8800) {