summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/isa/trident.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/isa/trident.c')
-rw-r--r--src/emu/bus/isa/trident.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/bus/isa/trident.c b/src/emu/bus/isa/trident.c
index a4afa62d9f8..2ac306a0d7d 100644
--- a/src/emu/bus/isa/trident.c
+++ b/src/emu/bus/isa/trident.c
@@ -155,6 +155,7 @@ void trident_vga_device::WRITEPIXEL(INT16 x,INT16 y, UINT32 data)
void trident_vga_device::device_start()
{
+ // FIXME: this kill the vga.memory vptr
memset(&vga, 0, sizeof(vga));
memset(&svga, 0, sizeof(svga));