summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pulsar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pulsar.cpp')
-rw-r--r--src/mame/drivers/pulsar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pulsar.cpp b/src/mame/drivers/pulsar.cpp
index a6929df412e..65b3dcf6a41 100644
--- a/src/mame/drivers/pulsar.cpp
+++ b/src/mame/drivers/pulsar.cpp
@@ -17,7 +17,7 @@ The terminal must be set for 9600 baud, 7 bits, even parity, 1 stop bit.
ToDo:
- Fix floppy. It needs to WAIT the cpu whenever port 0xD3 is read, wait
- for either DRQ ir INTRQ to assert, then release the cpu and then do the
+ for either DRQ or INTRQ to assert, then release the cpu and then do the
actual port read. Our Z80 cannot do that.
- Fix FDC so MAME doesn't crash when a certain disk is inserted.