More cleanup
This commit is contained in:
@@ -114,9 +114,9 @@ namespace JabyEngine {
|
||||
static constexpr size_t VoiceCount = 24;
|
||||
|
||||
struct Key {
|
||||
__declare_global_raw(inline, ubus32_t, On, 0x1F801D88);
|
||||
__declare_global_raw(inline, ubus32_t, Off, 0x1F801D8C);
|
||||
__declare_global_raw(inline, ubus32_t, Status, 0x1F801D9C);
|
||||
__cast_io_adr_with_type(inline, ubus32_t, On, 0x1F801D88);
|
||||
__cast_io_adr_with_type(inline, ubus32_t, Off, 0x1F801D8C);
|
||||
__cast_io_adr_with_type(inline, ubus32_t, Status, 0x1F801D9C);
|
||||
};
|
||||
|
||||
struct MainVolume {
|
||||
|
Reference in New Issue
Block a user