summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2009-08-19 02:34:31 +0000
committer Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2009-08-19 02:34:31 +0000
commit185e124797d39d41ae9df38da22fedb8c2a7b324 (patch)
tree17a16b3235cdbe732e04abedb00008e44e3e4bef /src
parent7ccedb006f3f89fdf83337654e5dc4fa72a0b30f (diff)
forgot one comment, ignore for whatsnew
also Charles' last name the first D should be capitalized. oops.
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/deniam.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/deniam.c b/src/mame/drivers/deniam.c
index b7e14435204..6d86171a026 100644
--- a/src/mame/drivers/deniam.c
+++ b/src/mame/drivers/deniam.c
@@ -35,7 +35,10 @@ Notes:
otherwise they're stuck at 19 and 03 respectively. Verified on real hardware.
- Logic Pro has an unemulated graphical effect: when you insert a coin, the screen
becomes very slightly darker until the next 'scene change'. This is not emulated
- yet.
+ yet.
+- Both Logic Pro and Logic Pro 2 have 4 pixels of garbage (related to fg layer?)
+ at the left edge of the screen on the real pcb. Sprites can properly be displayed
+ in this area. Mame displays this area as black.
***************************************************************************/