diff options
author | 2021-12-02 13:33:44 +0100 | |
---|---|---|
committer | 2021-12-02 13:34:15 +0100 | |
commit | 620f531c541aecfa5bade33be802d053a10d03ac (patch) | |
tree | 00406dbb05651a7a954e706857d3cf550bd31ea9 /src/devices/cpu/pdp1/pdp1.cpp | |
parent | 9f45ed5ac482abd03ccb34f51c1ff25fcd360930 (diff) |
Remove a few outdated references to MESS
Diffstat (limited to 'src/devices/cpu/pdp1/pdp1.cpp')
-rw-r--r-- | src/devices/cpu/pdp1/pdp1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pdp1/pdp1.cpp b/src/devices/cpu/pdp1/pdp1.cpp index be313bbbe24..e2ced831593 100644 --- a/src/devices/cpu/pdp1/pdp1.cpp +++ b/src/devices/cpu/pdp1/pdp1.cpp @@ -6,7 +6,7 @@ * Barry Silverman mailto:barry@disus.com or mailto:bss@media.mit.edu * Vadim Gerasimov mailto:vadim@media.mit.edu * - * MESS driver by Chris Salomon and Raphael Nabet. + * MAME driver by Chris Salomon and Raphael Nabet. * * Basically, it has been rewritten entirely in order to perform cycle-level simulation * (with only a few flip-flops being set one cycle too early or too late). I don't know if |