More cleanup
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user