Support assignment of values
This commit is contained in:
@@ -6,13 +6,13 @@ namespace JabyEngine {
|
||||
namespace Memory_IO {
|
||||
__declare_io_type(COM_DELAY, uint32_t,
|
||||
void setup() {
|
||||
this->value = 0x1325;
|
||||
this->raw_value = 0x1325;
|
||||
}
|
||||
);
|
||||
|
||||
__declare_io_type(CD_DELAY, uint32_t,
|
||||
void setup() {
|
||||
this->value = 0x20943;
|
||||
this->raw_value = 0x20943;
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user