summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/1943.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/1943.cpp')
-rw-r--r--src/mame/drivers/1943.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/1943.cpp b/src/mame/drivers/1943.cpp
index a0fdf13c929..522ab3b0bad 100644
--- a/src/mame/drivers/1943.cpp
+++ b/src/mame/drivers/1943.cpp
@@ -27,15 +27,15 @@
- use priority PROM for drawing sprites
- find and dump an unmodified bme01.12d to correct the 1943 Euro set
- - Accurate interrupt handling
- - Screen raw parameters
+ - Accurate interrupt handling
+ - Screen raw parameters
- Notes:
+ Notes:
- - The MCU is actually hooked up to a lot more than it actually uses.
- It can potentially communicate with the audio CPU, read the current
- vertical line and has a vblank counter. All this isn't used by the MCU
- program, it only exchanges a value with the main CPU.
+ - The MCU is actually hooked up to a lot more than it actually uses.
+ It can potentially communicate with the audio CPU, read the current
+ vertical line and has a vblank counter. All this isn't used by the MCU
+ program, it only exchanges a value with the main CPU.
*/