summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2010-10-08 22:34:47 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2010-10-08 22:34:47 +0000
commitec998af5e0dd438c1f49bee390413def2f7efae4 (patch)
tree7f7660fcbbbcc80bcc78b09c3a5f828f85640f9a
parent77e7fada3f0bf44f323c1ff9524b5e300733bd02 (diff)
Standards and Practices cleanup
-rw-r--r--src/mame/drivers/megadriv.c2
-rw-r--r--src/tools/chdcd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/megadriv.c b/src/mame/drivers/megadriv.c
index 1f94e959035..d36c30eafa7 100644
--- a/src/mame/drivers/megadriv.c
+++ b/src/mame/drivers/megadriv.c
@@ -3620,7 +3620,7 @@ static WRITE16_HANDLER( _32x_sh2_framebuffer_overwrite_dram16_w ) { _32x_68k_dra
/* the 32x treats everything as 16-bit registers, so we remap the 32-bit read & writes
- to 2x 16-bit handlers here (TODO: nuke this shit) */
+ to 2x 16-bit handlers here (TODO: nuke this eventually) */
#define _32X_MAP_READHANDLERS(NAMEA,NAMEB) \
static READ32_HANDLER( _32x_sh2_##NAMEA##_##NAMEB##_r ) \
diff --git a/src/tools/chdcd.c b/src/tools/chdcd.c
index 2be6c783760..c3fbdcdd519 100644
--- a/src/tools/chdcd.c
+++ b/src/tools/chdcd.c
@@ -429,7 +429,7 @@ chd_error chdcd_parse_cue(const char *tocfname, cdrom_toc *outtoc, chdcd_track_i
core_file *fhand;
err = core_fopen(lastfname, OPEN_FLAG_READ, &fhand);
- if (err != FILERR_NONE) printf("holy shit!\n");
+ if (err != FILERR_NONE) printf("holy moley!\n");
else core_fclose(fhand);
printf("ERROR: couldn't read [%s] or not a valid .WAV\n", lastfname);