o remove old bsnes version

This commit is contained in:
David Voswinkel
2009-05-12 19:44:23 +02:00
parent 9cf6eae076
commit 1c30d3db56
401 changed files with 0 additions and 68623 deletions

View File

@@ -1,25 +0,0 @@
class sBus : public Bus {
public:
bool load_cart();
void unload_cart();
void power();
void reset();
sBus();
~sBus();
private:
void map_reset();
void map_system();
void map_generic();
void map_generic_sram();
void map_cx4();
void map_dsp1();
void map_dsp2();
void map_dsp3();
void map_dsp4();
void map_obc1();
void map_st010();
};