~rabbits/uxn-playdate

7c7b57f5aabd3e869c00bfd22934d0180bc877df — Devine Lu Linvega 12 days ago c455a03
Removed unused function
1 files changed, 0 insertions(+), 9 deletions(-)

M src/main.c
M src/main.c => src/main.c +0 -9
@@ 71,15 71,6 @@ system_cmd(Uint8 *ram, Uint16 addr)
	}
}

Uint8
screen_dei(Uint8 *d, Uint8 port)
{
	switch(port) {

	default: return d[port];
	}
}

void
audio_deo(Uint8 *d, Uint8 port)
{