|
Wondercard
v0.2.1
A fully virtual emulation of the protocol used by Memory Cards for the PlayStation.
|
Classes | |
| class | MemoryCard |
| Represents a virtual PS1 Memory Card. More... | |
| class | MemoryCardSlot |
| A MemoryCardSlot is a device which a MemoryCard can be inserted into and read/written from. More... | |
Typedefs | |
| typedef std::uint8_t | Byte |
| typedef std::optional< Byte > | TriState |
This file forms part of PS1 Memory Card Protocol, a fully virtual emulation of the protocol used by Memory Cards for the PlayStation.
Copyright Joshua Saxby 2021. All rights reserved.
This is closed-source software and may not be produced in either part or in full, in either source or binary form, without the express written consent of the copyright holder.
| typedef std::uint8_t com::saxbophone::wondercard::Byte |
An 8-bit unsigned byte as used by the protocol code
| typedef std::optional<Byte> com::saxbophone::wondercard::TriState |
A Tri-State Byte which uses std::nullopt to represent High-Z state