Skip to content

Commit 88c5b7a

Browse files
authored
fix/joystick management twilighteboard (#191)
see remarks...
1 parent 8cf6b98 commit 88c5b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

joystick.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,13 @@ void joy_buildmask( struct machine *oric )
287287

288288
if( gimme_port_a )
289289
{
290-
//twilighteboard_oric_write(oric->twilighte, 0x321, 0xff, mkmask_f);
290+
twilighteboard_oric_write(oric->twilighte, 0x321, 0xff, mkmask_f);
291291
}
292292

293293
if( gimme_port_b )
294294
{
295295
// port B
296-
//twilighteboard_oric_write(oric->twilighte, 0x320, 0xff, mkmask);
296+
twilighteboard_oric_write(oric->twilighte, 0x320, 0xff, mkmask);
297297
}
298298
}
299299
else if (oric->type == MACH_TELESTRAT)

0 commit comments

Comments
 (0)