EightBit/M6502/HarteTest_6502/ram_t.h

6 lines
126 B
C

#pragma once
#include "array_t.h"
typedef array_t ram_t; // Intended to indicate that ram_t is meant to hold byte_t objects