fruitmachine/M6502EmulatorDll/M6502EmulatorDll/s2513.h
2015-11-29 15:32:04 -05:00

11 lines
169 B
C++

#pragma once
#include "stdafx.h"
#include <stdint.h>
/* Signetics 2513 character generator. */
class S2513 {
private:
public:
char appleCharToAscii(uint8_t input);
};