From aff63a211e9b1e397adb9dce726d8153beb96dcd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 30 Dec 2020 16:55:06 +0100 Subject: - 7seg is a subdevice of the VIA 6522 now, registering to a small sub-bus --- emu/device.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'emu/device.h') diff --git a/emu/device.h b/emu/device.h index 81a1dd4..32285ca 100644 --- a/emu/device.h +++ b/emu/device.h @@ -21,9 +21,6 @@ typedef struct device_vtable_t { typedef struct device_t { device_vtable_t const *vtable; char *name; -#ifdef WITH_GUI - SDL_Renderer *renderer; -#endif } device_t; void device_init( device_t *device, const char *name ); -- cgit v1.2.3-54-g00ecf