More cleanup

This commit is contained in:
2023-01-15 17:14:34 +01:00
parent 8742e0ce2d
commit 0476eb7c99
5 changed files with 37 additions and 31 deletions

View File

@@ -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 {