mirror of
https://github.com/holub/mame
synced 2025-10-10 01:56:53 +03:00
pc_joy: adjust to work with pcjr software that doesn't support calibration (nw)
This commit is contained in:
parent
80dcaac6aa
commit
363a855df7
@ -23,7 +23,7 @@ pc_joy_device::pc_joy_device(const machine_config &mconfig, const char *tag, dev
|
|||||||
|
|
||||||
READ8_MEMBER ( pc_joy_device::joy_port_r )
|
READ8_MEMBER ( pc_joy_device::joy_port_r )
|
||||||
{
|
{
|
||||||
int delta = ((machine().time() - m_stime) * 256 * 1000).seconds();
|
int delta = ((machine().time() - m_stime) * 256 * 2325).seconds();
|
||||||
|
|
||||||
if(!m_dev)
|
if(!m_dev)
|
||||||
return 0xf0;
|
return 0xf0;
|
||||||
|
Loading…
Reference in New Issue
Block a user