mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
pdp1: Better fix for read-in mode
This commit is contained in:
parent
72b7a50cb3
commit
fc1a375510
@ -829,7 +829,6 @@ void pdp1_device::execute_run()
|
||||
|
||||
case 2:
|
||||
/* read second word as data */
|
||||
MB = 0;
|
||||
/* data will be transferred to IO register in response to RPB */
|
||||
m_extern_iot[2](2, 1, MB, IO, AC);
|
||||
m_rim_step = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user