Revision 432
Added by markw over 9 years ago
mist_5200/atari5200core_mist.vhd | ||
---|---|---|
-- JOYSTICK
|
||
JOY1_X => signed(joy1x),
|
||
JOY1_Y => signed(joy1y),
|
||
JOY1_N => joy1_n(4 downto 0),
|
||
JOY1_n => JOY1_n(4)&JOY1_n(0)&JOY1_n(1)&JOY1_n(2)&JOY1_n(3),
|
||
JOY2_X => signed(joy2x),
|
||
JOY2_Y => signed(joy2y),
|
||
JOY2_N => joy2_n(4 downto 0),
|
||
JOY2_n => JOY2_n(4)&JOY2_n(0)&JOY2_n(1)&JOY2_n(2)&JOY2_n(3),
|
||
|
||
-- Pokey keyboard matrix
|
||
-- Standard component available to connect this to PS2
|
Also available in: Unified diff
Fixed joystick pins - euuugh. Time to replace all these custom 5200 wrappers with a common one!