mirror of
https://github.com/holub/mame
synced 2025-07-09 03:38:23 +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 )
|
||||
{
|
||||
int delta = ((machine().time() - m_stime) * 256 * 1000).seconds();
|
||||
int delta = ((machine().time() - m_stime) * 256 * 2325).seconds();
|
||||
|
||||
if(!m_dev)
|
||||
return 0xf0;
|
||||
|
Loading…
Reference in New Issue
Block a user