summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/abc80.cpp')
-rw-r--r--src/mame/drivers/abc80.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/abc80.cpp b/src/mame/drivers/abc80.cpp
index 3df8e40d942..e6fde30f2aa 100644
--- a/src/mame/drivers/abc80.cpp
+++ b/src/mame/drivers/abc80.cpp
@@ -60,10 +60,10 @@ Notes:
DIPSW2 -
ROM checksum program:
- 10 FOR I%=0% TO 16383%
- 20 A%=A%+PEEK(I%)
- 30 NEXT I%
- 40 ;A%; I%
+ 10 FOR I%=0% TO 16383%
+ 20 A%=A%+PEEK(I%)
+ 30 NEXT I%
+ 40 ;A%; I%
*/
/*