summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2019-12-12 00:09:34 +0100
committer GitHub <noreply@github.com>2019-12-12 00:09:34 +0100
commiteb94284875201a30e40c4b1056a8fbfd5f298ad1 (patch)
treed9c2c222143e1e7125fc6c464a24f8561202f37f
parente8d594da3e1c2fb680797b5a436267aa18da7aa0 (diff)
Update main jaguar.cpp note (nw)
-rw-r--r--src/mame/drivers/jaguar.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/jaguar.cpp b/src/mame/drivers/jaguar.cpp
index 5767804c4de..e8ed3b94abb 100644
--- a/src/mame/drivers/jaguar.cpp
+++ b/src/mame/drivers/jaguar.cpp
@@ -22,8 +22,7 @@
* (CoJag) map out unused RAM per-game via memory_nop_read/write
* (Jaguar) support is very poor, most games aren't properly playable
or have severe performance issues or crashes related to the unsafe
- blitter code. Only Pinball Fantasies is fully playable albeit
- without sound.
+ blitter code. Please refer to jaguar SW list file for more details.
* The code (GPU/DSP access) should probably be refactored around the
16-bit interface from the plain 68k, the driver currently uses
trampoline functions due to the original driver being entirely