diff options
Diffstat (limited to 'src/mame/drivers/nes_sh6578.cpp')
-rw-r--r-- | src/mame/drivers/nes_sh6578.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nes_sh6578.cpp b/src/mame/drivers/nes_sh6578.cpp index c40013be320..c23707dfc2e 100644 --- a/src/mame/drivers/nes_sh6578.cpp +++ b/src/mame/drivers/nes_sh6578.cpp @@ -5,7 +5,7 @@ SH6578 NES clone hardware enhanced NES, different to VT / OneBus systems - "UMC 1997.2 A35551S" on CPU die (maxx6in1) + "UMC 1997.2 A35551S" on CPU die (maxx6in1) video rendering is changed significantly compared to NES so not using NES PPU device has 256x256 pixel pages, attributes are stored next to tile numbers (not in their own table after them) etc. |