mirror of https://github.com/stella-emu/stella.git
removed two non-implemented methods
This commit is contained in:
parent
ba59e94e10
commit
aae9027383
|
@ -223,7 +223,6 @@ class CartridgeBUS : public Cartridge
|
||||||
void setDatastreamPointer(uInt8 index, uInt32 value);
|
void setDatastreamPointer(uInt8 index, uInt32 value);
|
||||||
|
|
||||||
uInt32 getDatastreamIncrement(uInt8 index) const;
|
uInt32 getDatastreamIncrement(uInt8 index) const;
|
||||||
void setDatastreamIncrement(uInt8 index, uInt32 value);
|
|
||||||
|
|
||||||
uInt32 getAddressMap(uInt8 index) const;
|
uInt32 getAddressMap(uInt8 index) const;
|
||||||
void setAddressMap(uInt8 index, uInt32 value);
|
void setAddressMap(uInt8 index, uInt32 value);
|
||||||
|
|
|
@ -255,7 +255,6 @@ class CartridgeCDF : public Cartridge
|
||||||
void setDatastreamPointer(uInt8 index, uInt32 value);
|
void setDatastreamPointer(uInt8 index, uInt32 value);
|
||||||
|
|
||||||
uInt32 getDatastreamIncrement(uInt8 index) const;
|
uInt32 getDatastreamIncrement(uInt8 index) const;
|
||||||
void setDatastreamIncrement(uInt8 index, uInt32 value);
|
|
||||||
|
|
||||||
uInt8 readFromDatastream(uInt8 index);
|
uInt8 readFromDatastream(uInt8 index);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue