Skip to content

Commit 98c80be

Browse files
authored
Updated timetrv.cpp to improve segment display accuracy (#13049)
1 parent c41a16b commit 98c80be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mame/sega/timetrv.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void timetrv_state::led_w(offs_t offset, uint8_t data)
128128
06: 0000 0000 0111 0001 0x0071 F
129129
07: 0000 0000 1011 1101 0x00bd G
130130
08: 0000 0000 1111 0110 0x00f6 H
131-
09: 0000 0011 0000 0000 0x0300 I
131+
09: 0000 0011 0000 1001 0x0309 I
132132
0A: 0000 0000 0001 1110 0x001e J
133133
0B: 0011 0000 0111 0000 0x3070 K
134134
0C: 0000 0000 0011 1000 0x0038 L
@@ -187,7 +187,7 @@ void timetrv_state::led_w(offs_t offset, uint8_t data)
187187

188188
static uint16_t const s_digit_data[0x40] =
189189
{
190-
0x01bb, 0x00f7, 0x038f, 0x0039, 0x030f, 0x0079, 0x0071, 0x00bd, 0x00f6, 0x0300, 0x001e, 0x3070, 0x0038, 0x1836, 0x2836, 0x003f,
190+
0x01bb, 0x00f7, 0x038f, 0x0039, 0x030f, 0x0079, 0x0071, 0x00bd, 0x00f6, 0x0309, 0x001e, 0x3070, 0x0038, 0x1836, 0x2836, 0x003f,
191191
0x00f3, 0x203f, 0x20f3, 0x00ed, 0x0301, 0x003e, 0x1430, 0x2436, 0x3c00, 0x1a00, 0x1409, 0x3080, 0x2800, 0x0c40, 0x1403, 0x0008,
192192
0x0000, 0x4100, 0x0022, 0x03ce, 0x03ed, 0x3ce4, 0x3c0d, 0x0100, 0x3000, 0x0c00, 0x3fc0, 0x03c0, 0x0400, 0x00c0, 0x4000, 0x1400,
193193
0x143f, 0x0300, 0x00db, 0x00cf, 0x00e6, 0x2069, 0x00fd, 0x0007, 0x00ff, 0x00ef, 0x4000, 0x0400, 0x0408, 0x00c8, 0x2008, 0x0283

0 commit comments

Comments
 (0)