summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2026-03-25 13:19:47 +0100
committer angelosa <lordkale4@gmail.com>2026-03-25 16:56:56 +0100
commit1d96bb63bd9c827b8cc0674b93d57ef2a9fe1243 (patch)
treee373da7297ba8c06be804913a0f15fcc6ffdbe6f /src/devices/cpu
parent0bc667ed21969964962a5a449d911d8a9601e292 (diff)
bus/pci/sis6326.cpp: add shifter behaviour on High/True Color depths
Diffstat (limited to 'src/devices/cpu')
-rw-r--r--src/devices/cpu/ssp1601/ssp1601.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ssp1601/ssp1601.h b/src/devices/cpu/ssp1601/ssp1601.h
index 48133cd5790..c846f987a5f 100644
--- a/src/devices/cpu/ssp1601/ssp1601.h
+++ b/src/devices/cpu/ssp1601/ssp1601.h
@@ -51,7 +51,7 @@ private:
PAIR m_gr[8]; /* general regs, some are 16bit, some 32bit */
union
{
- unsigned char m_r[8]; /* pointer registers, 4 for earch bank */
+ unsigned char m_r[8]; /* pointer registers, 4 for each bank */
struct {
unsigned char m_r0[4];
unsigned char m_r1[4];