Description
MAME version
mame0272-367-g8907baff125-dirty
System information
Not required for this issue
INI configuration details
No response
Emulated system/software
IBM System/23 Datamaster
Incorrect behaviour
I am writing a driver for the foresaid computer but it gets stuck in a test because the implementation of the Intel 8275 is incomplete. The current behaviour makes the device do nothing. This means that the counters are not enabled and therefore an interrupt cannot be generated.
Expected behaviour
The counters should be running at random timings before the reset command is issued. This way the interrupt would get generated and the test would succeed.
Steps to reproduce
Issue the the enable interrupt command to the CRTC without issuing the reset device command beforehand. Then loop reading the status register of the 8275 until the interrupt request flag is set.
Additional details
This error was found during development of a driver that will be added but the issue is within the libraries of emulated video devices.
Activity