- Enorme reestructuració del codi per a que el fluxe comence a ser mes racional
- [NEW] mòdul zx_system per a gestionar la vida i canvi de systemes (48K, 128K...)
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
|
||||
namespace speaker
|
||||
{
|
||||
void init();
|
||||
void init(const uint16_t freq = 44100, const uint16_t buffer_size = 2048);
|
||||
void quit();
|
||||
void enable();
|
||||
void disable();
|
||||
void register_source(uint8_t(*callback)());
|
||||
void update(const uint8_t dt);
|
||||
void update(const uint32_t dt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user