X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=hw_spc2000.c;h=c967822279768111ec770cb7dbb42a3fcd39c325;hb=d3c579a9b588b7f94fca88474ab2bd010f67a22f;hp=f07489578b1157e80842a8ac0d7027761395ed99;hpb=8b552fe61db48874f043bccfb589e5444509444c;p=dcpu16 diff --git a/hw_spc2000.c b/hw_spc2000.c index f074895..c967822 100644 --- a/hw_spc2000.c +++ b/hw_spc2000.c @@ -103,4 +103,6 @@ struct dcpu16_hw_module dcpu16_hw_module_spc2000 = { .template = &hw_, .data_init = spc2000_data_init_, .data_free = spc2000_data_free_, + .ctl = NULL, + .ctl_cmd = NULL, };