summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2010-10-25 05:52:16 +0000
committer Roberto Fresca <robertof@mamedev.org>2010-10-25 05:52:16 +0000
commitba9ad5c3a22d4d2e7ff25d48723407f1ecd2480d (patch)
tree2fe9e6ccb67274f80abca5e4797f08feccef13c6
parentaf905c067a96e8d3144f5ad34c95eca81c3d8140 (diff)
Replaced some previously replaced chars (no whatsnew)
The original chars were switched automatically to question signs "?". Now replaced by "'".
-rw-r--r--src/mame/drivers/blitz.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/blitz.c b/src/mame/drivers/blitz.c
index 08ac5706ac3..6c2c02f3d28 100644
--- a/src/mame/drivers/blitz.c
+++ b/src/mame/drivers/blitz.c
@@ -155,7 +155,7 @@
CPU R6502AP (U6)
.--------\ /--------.
- MCU (01-05-07), MEGA-2 (14-20), MEGA-3 (14-20) ---|01 VSS ? /RES 40|---
+ MCU (01-05-07), MEGA-2 (14-20), MEGA-3 (14-20) ---|01 VSS ' /RES 40|---
MCU (02) ---|02 RDY PH2(O) 39|---
MCU (04) ---|03 PH1(O) /SO 38|---
---|04 /IRQ PH0(I) 37|---
@@ -180,7 +180,7 @@
MCU MC68705P5S (U1)
.--------\ /--------.
- MEGA-2 (12, 20), MEGA-3 (12, 20) ---|01 VSS ? /RES 28|---
+ MEGA-2 (12, 20), MEGA-3 (12, 20) ---|01 VSS ' /RES 28|---
CPU (02) ---|02 /INT PA7 27|---
MEGA-2 (01, 28), MEGA-3 (01, 28) ---|03 VCC PA6 26|---
CPU (03) ---|04 EXTAL PA5 25|---
@@ -199,7 +199,7 @@
MEGA-2 27C256 (U2)
.-------\ /-------.
- ---|01 VPP ? VCC 28|---
+ ---|01 VPP ' VCC 28|---
---|02 A12 A14 27|---
---|03 A7 A13 26|---
---|04 A6 A8 25|---
@@ -218,7 +218,7 @@
MEGA-3 27C256 (U3)
.-------\ /-------.
- ---|01 VPP ? VCC 28|---
+ ---|01 VPP ' VCC 28|---
---|02 A12 A14 27|---
---|03 A7 A13 26|---
---|04 A6 A8 25|---