diff options
| author | 2008-02-05 08:32:19 +0000 | |
|---|---|---|
| committer | 2008-02-05 08:32:19 +0000 | |
| commit | d27c1b05d77a4ddf7d1e24deaf680a2febf7520d (patch) | |
| tree | 0132b977cedc8a78fb9b6322a54c007b1352f51a /src/emu | |
| parent | eff321318a186c422d1daf8abfd8c7527d1733dd (diff) | |
Cleanups, version bump, one more fix.mame0123
Diffstat (limited to 'src/emu')
| -rw-r--r-- | src/emu/video/crtc6845.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/video/crtc6845.c b/src/emu/video/crtc6845.c index 34eb9bcc78d..a1ea9a72bd4 100644 --- a/src/emu/video/crtc6845.c +++ b/src/emu/video/crtc6845.c @@ -91,6 +91,7 @@ void crtc6845_config(int which, const crtc6845_interface *intf) { crtc6845_state *chip = &crtc6845; + memset(chip, 0, sizeof(*chip)); crtc6845_init(); chip->intf = intf; |
