More cleanup

This commit is contained in:
2023-03-22 21:23:52 +01:00
parent 0ad664d94c
commit 159fbc5d9c
3 changed files with 19 additions and 40 deletions

View File

@@ -118,9 +118,11 @@ namespace JabyEngine {
static constexpr size_t VoiceCount = 24;
struct Key {
__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);
typedef ubus32_t ubus32_v;
__declare_new_named_io_port(ubus32, On, 0x1F801D88);
__declare_new_named_io_port(ubus32, Off, 0x1F801D8C);
__declare_new_named_io_port(ubus32, Status, 0x1F801D9C);
};
struct MainVolume {