More linting in src/video

This commit is contained in:
Jasmine Iwanek
2023-08-21 20:25:05 -04:00
parent 11a2f5266a
commit 506d548b38
37 changed files with 1154 additions and 480 deletions

View File

@@ -152,8 +152,8 @@ hercules_out(uint16_t addr, uint8_t val, void *priv)
static uint8_t
hercules_in(uint16_t addr, void *priv)
{
hercules_t *dev = (hercules_t *) priv;
uint8_t ret = 0xff;
const hercules_t *dev = (hercules_t *) priv;
uint8_t ret = 0xff;
switch (addr) {
case 0x03b0: