spectrusty_peripherals/
memory.rs

1/*
2    Copyright (C) 2020-2022  Rafal Michalski
3
4    This file is part of SPECTRUSTY, a Rust library for building emulators.
5
6    For the full copyright notice, see the lib.rs file.
7*/
8//! Memory extensions.
9mod zxinterface1;
10
11pub use zxinterface1::*;