RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Binary::CPM3Format::rsx_record Struct Reference

A single RSX record. More...

#include <8bitexe.h>

Public Member Functions

std::shared_ptr< PRLFormat > void OpenAndPrepare ()
 The actual RSX data, stored in PRLFormat (on disk, without the header)
 

Public Attributes

std::string rsx_file_name
 Name of RSX file to load, only used for writing.
 
std::string name
 Name of RSX file, as stored inside RSX.
 
uint16_t offset = 0
 Offset to RSX block.
 
uint16_t length = 0
 Length of RSX module, only used for reading.
 
bool nonbanked_only = false
 Whether RSX is only loaded on non-banked systems.
 

Detailed Description

A single RSX record.

Member Function Documentation

◆ OpenAndPrepare()

void CPM3Format::rsx_record::OpenAndPrepare ( )

The actual RSX data, stored in PRLFormat (on disk, without the header)

Reads RSX file and prepares fields


The documentation for this struct was generated from the following files: