mirror of
https://github.com/holub/mame
synced 2025-05-06 06:14:45 +03:00
![]() * Added new driver: HP 3478A Multimeter WIP, machine not working, skeleton, highly incomplete. Compiles, that's about all. * hp3478a: implement ROM banking code runs "properly" at least to the CAL RAM check (fails, RAM not implemented) * hp3478a: some IO work Interpret CS lines for external accesses (GPIB, CAL RAM, DIP switches). Also, remove MCFG_ stuff Also, use logmacro.h stuff * hp3478a: partial emulation of LCD The main CPU has a serial link to the LCD module. This WIP splits commands and data mostly successfully (still some bogus shifting which would be fairly easy to ignore). None of the commands are implemented yet, and no actual display is generated yet. Includes unrelated tweak : only change bank when the A12 line changes. * hp3478a: added LCD rendering ! code shamelessly stolen from tranz330 and roc10937 drivers. Not clickable yet. * hp3478a: implement CAL NVRAM Finally. IO mapping has provisions for the DIP switches as well as i8291 GPIB interface registers. * hp3478a: improve LCD rendering Remove some artifacts: with the LCD "not selected", some data is sent on IWA (probably to purge a shift register ?) but was parsed with the last m_lcdiwa state. Reset this everytime PWO is deselected. Also parse decimal point, comma and "all segments". * hp3478a: implement keypad * hp3478a: CAL switch to write-protect NVRAM * hp3478a: implement DIP switches * hp3478a: fix self-test reset freeze (missing WDT) There is an external WDT counter that is periodically reset by the CPU in normal operation. When forcing a reset from the front panel, this counter is allowed to overflow (20th bit, clocked at Xtal / 15), giving a reset time of about 1.3s. |
||
---|---|---|
.. | ||
build | ||
font | ||
minimaws | ||
resources | ||
src | ||
target | ||
extlib.lua | ||
genie.lua | ||
toolchain.lua |