Skip to content

Commit

Permalink
Cleanups, version bump, one more fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsgiles committed Feb 5, 2008
1 parent eff3213 commit d27c1b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/emu/video/crtc6845.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/mame/audio/irem.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ static SOUND_START( irem_audio )

/*************************************
*
* External writes to the sound
* command register
* External writes to the sound
* command register
*
*************************************/

Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
***************************************************************************/

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

0 comments on commit d27c1b0

Please sign in to comment.