16 void reset(EmuTime::param time)
override;
17 void writeIO(
word port,
byte value, EmuTime::param time)
override;
19 template<
typename Archive>
20 void serialize(Archive& ar,
unsigned version);
26 enum DisplayType {HEX, BIN, DEC, ASC};
28 void outputSingleByte(
byte value, EmuTime::param time);
29 void outputMultiByte(
byte value);
30 void displayByte(
byte value, DisplayType type);
31 void openOutput(std::string_view name);
34 FilenameSetting fileNameSetting;
35 std::ostream* outputStrm;
36 std::ofstream debugOut;
37 std::string fileNameString;