summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ataricrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ataricrt.c')
-rw-r--r--src/mess/machine/ataricrt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/machine/ataricrt.c b/src/mess/machine/ataricrt.c
index f151100f767..a7f3bee0e8d 100644
--- a/src/mess/machine/ataricrt.c
+++ b/src/mess/machine/ataricrt.c
@@ -54,5 +54,3 @@ static READ8_HANDLER( bbsb_bankh_r )
return &mem[0x4000 + bbsb_bankh * 0x1000];
}
#endif
-
-