Previous | 199869 Revisions | Next |
r33127 Sunday 2nd November, 2014 at 00:39:49 UTC by Jürgen Buchmüller |
---|
svga_device::zero() does it all [nw] |
[src/emu/video] | pc_vga.c |
r241638 | r241639 | |
---|---|---|
262 | 262 | |
263 | 263 | void cirrus_vga_device::device_start() |
264 | 264 | { |
265 | vga_device::zero(); | |
266 | memset(&svga, 0, sizeof(svga)); | |
265 | zero(); | |
267 | 266 | |
268 | 267 | int i; |
269 | 268 | for (i = 0; i < 0x100; i++) |
https://github.com/mamedev/mame/commit/ae685aff5d39fea0ba14042898a29009644374f9 |
Previous | 199869 Revisions | Next |