Skip to content

Commit d27c1b0

Browse files
committed
Cleanups, version bump, one more fix.
1 parent eff3213 commit d27c1b0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/emu/video/crtc6845.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ void crtc6845_config(int which, const crtc6845_interface *intf)
9191
{
9292
crtc6845_state *chip = &crtc6845;
9393

94+
memset(chip, 0, sizeof(*chip));
9495
crtc6845_init();
9596

9697
chip->intf = intf;

src/mame/audio/irem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ static SOUND_START( irem_audio )
3030

3131
/*************************************
3232
*
33-
* External writes to the sound
34-
* command register
33+
* External writes to the sound
34+
* command register
3535
*
3636
*************************************/
3737

src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
1010
***************************************************************************/
1111

12-
const char build_version[] = "0.122u8 ("__DATE__")";
12+
const char build_version[] = "0.123 ("__DATE__")";

0 commit comments

Comments
 (0)