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