Wondercard  v0.2.1
A fully virtual emulation of the protocol used by Memory Cards for the PlayStation.
Classes | Typedefs
com::saxbophone::wondercard Namespace Reference

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< ByteTriState
 

Detailed Description

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 Documentation

◆ Byte

typedef std::uint8_t com::saxbophone::wondercard::Byte

An 8-bit unsigned byte as used by the protocol code

◆ TriState

A Tri-State Byte which uses std::nullopt to represent High-Z state