mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
fix accidental scope
This commit is contained in:
parent
23b81844ea
commit
f89444cf88
1 changed files with 1 additions and 1 deletions
|
@ -46,8 +46,8 @@ namespace Nes
|
|||
|
||||
NES_DECL_POKE( 5000 );
|
||||
NES_DECL_PEEK( 8000 );
|
||||
void Bank(uint slot, Data data);
|
||||
|
||||
void InlNsf::Bank(uint slot, Data data);
|
||||
void SubReset(bool);
|
||||
void SubSave(State::Saver&) const;
|
||||
void SubLoad(State::Loader&,dword);
|
||||
|
|
Loading…
Add table
Reference in a new issue