| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
misc: remove folder from self #include
|
| | |
|
| | |
|
| |
|
|
| |
logging, extend QA notes
|
| |
|
|
|
|
|
|
|
|
| |
Systems promoted to working
---------------------------
Sega TV Ocha-Ken [QUFB]
Software list items promoted to working (tvochken.xml)
------------------------------------------------------
TV to Ocha-Card: Ocha-Ken 'Ho' to Seikatsu [Vas Crabb]
|
| | |
|
| |
|
|
|
|
| |
hardware-accurate handlers for address writes and data reads/writes
Note that address_r is not provided since the original IC makes no provision for reading data strobed with AS back. However, a getter has been provided for some situations where this may be dubiously possible.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Read callbacks now need a default return value supplied at construction.
Replaced isnull() with isunset() which tells you if the callback wasn't
configured rather than whether it isn't safe to call.
Enabled validation of device callbacks (it seems it was disabled at some
point, probably accidentally).
Device callbacks and object finders now implement the same interface for
resolution.
|
|
|
machine/w83977tf.cpp: preliminary Super I/O PoC
|