add fast unsafe sendinput for roms

This commit is contained in:
Redo
2022-11-19 16:04:58 -06:00
parent 7cb6e531c5
commit 3baf0071cb
2 changed files with 8 additions and 10 deletions

View File

@ -157,5 +157,5 @@ function lualogic_rom_updatedata_final(%brick) {
// send output
//talk("rom" SPC %brick SPC %data_str);
lualogic_sendinput(%brick, 1, %data_str);
lualogic_sendinput_raw(%brick, 1, %data_str);
}