diff options
author | 2019-10-06 23:34:29 +1100 | |
---|---|---|
committer | 2019-10-06 23:34:29 +1100 | |
commit | 44e456fb5bf98ad878dbcad842b790694b11a068 (patch) | |
tree | 5219bb30f278306977363bfcee6a94603b59a41f /src | |
parent | 071696acec8c3483bd5da153b0e1905f06457591 (diff) |
(nw) basic52: fixed url
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/basic52.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/basic52.cpp b/src/mame/drivers/basic52.cpp index a6b0b2463da..8a5fe9778fc 100644 --- a/src/mame/drivers/basic52.cpp +++ b/src/mame/drivers/basic52.cpp @@ -12,7 +12,7 @@ BASIC-52 is an official Intel release. BASIC-31 (and variants) as found on the below url, are homebrews. -http://dsaprojects.110mb.com/electronics/8031-ah/8031-bas.html +https://web.archive.org/web/20110908004037/http://dsaprojects.110mb.com/electronics/8031-ah/8031-bas.html The driver is working, however there are issues with the cpu serial code. |