- Sistema de menus operatiu, falta ficar-los tots
- Afegit .tap del Fernando Martín. Investigar perqué falla.
This commit is contained in:
@@ -219,7 +219,7 @@ namespace zx_tape
|
||||
zx_ula::set_ear(pulse_level);
|
||||
}
|
||||
|
||||
void go_berserk() { berserk_mode = true; }
|
||||
const bool berserk() { return berserk_mode; }
|
||||
|
||||
void setberserk(const bool value) { berserk_mode = value; }
|
||||
const bool getberserk() { return berserk_mode; }
|
||||
const bool getplaying() { return playing; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user