mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-10 16:30:07 +00:00
Relocate using
.
This commit is contained in:
parent
c151a73059
commit
4affbe7556
@ -9,6 +9,7 @@
|
||||
#include "MemoryMap.hpp"
|
||||
|
||||
using namespace Apple::IIgs;
|
||||
using PagingType = Apple::II::PagingType;
|
||||
|
||||
void MemoryMap::set_storage(std::vector<uint8_t> &ram, std::vector<uint8_t> &rom) {
|
||||
// Keep a pointer for later; also note the proper RAM offset.
|
||||
|
@ -19,9 +19,6 @@
|
||||
namespace Apple::IIgs {
|
||||
|
||||
class MemoryMap {
|
||||
private:
|
||||
using PagingType = Apple::II::PagingType;
|
||||
|
||||
public:
|
||||
// MARK: - Initial construction and configuration.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user