X-Git-Url: http://git.squeep.com/?p=dcpu16;a=blobdiff_plain;f=hw_spc2000.c;fp=hw_spc2000.c;h=c967822279768111ec770cb7dbb42a3fcd39c325;hp=f07489578b1157e80842a8ac0d7027761395ed99;hb=94be117719b907e351bb2bf1096f6195daecd2aa;hpb=8b552fe61db48874f043bccfb589e5444509444c 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, };