diff options
| author | 2008-10-09 07:11:08 +0000 | |
|---|---|---|
| committer | 2008-10-09 07:11:08 +0000 | |
| commit | 01cf91680119fe2602750a643a653022f62cc64d (patch) | |
| tree | 38123ab84ab3b4bd9d128089013f0657f29c81b4 /src | |
| parent | 7b84b06986422b03574d825110188b4bd378585f (diff) | |
02502: fax, hardhat, mtrap, pepper2, teetert, venture and clones: Accessing a certain portion of memory in the debugger causes crash.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/audio/exidy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/audio/exidy.c b/src/mame/audio/exidy.c index 4b682677308..a5e05468766 100644 --- a/src/mame/audio/exidy.c +++ b/src/mame/audio/exidy.c @@ -505,8 +505,7 @@ static READ8_HANDLER( exidy_sh8253_r ) static READ8_HANDLER( exidy_sh6840_r ) { - fatalerror("exidy_sh6840_r - unexpected read"); - + logerror("%04X:exidy_sh6840_r - unexpected read", activecpu_get_pc()); return 0; } |
