summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2008-01-01 19:37:05 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2008-01-01 19:37:05 +0000
commit1b708fad34041eb3187914e06115e9ef358c4392 (patch)
tree41a2f42481cfec57ac1ccd105d6b46c5efca52e9 /src/mame
parent1ededa80eed77c4179cb496ed93d36902c23eb56 (diff)
Fixed sbrkout0118yel.
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/sbrkout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sbrkout.c b/src/mame/drivers/sbrkout.c
index f7f8075dd47..b7e1658a12b 100644
--- a/src/mame/drivers/sbrkout.c
+++ b/src/mame/drivers/sbrkout.c
@@ -52,7 +52,7 @@ Stephh's notes (based on the games M6502 code and some tests) :
*
*************************************/
-#define TIME_4V ATTOTIME_IN_SEC(4075000/4)
+#define TIME_4V ATTOTIME_IN_USEC(4075000/4/1000)
static UINT8 *sbrkout_sound;