| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* hp98265a: initialize members
* hp98543: initialize members
* hp98544: initialize members
* hp98550: initialize members
* hp98620: initialize members
* hp98644: initialize members
* hp_dio: initialize members
* human_interface: initialize members
* hlebase: initialize members
* hlemouse: initialize members
* hp_hil: initialize members
* 8291a: initialize members
* ins8250: initialize members
* tms9914: initialize members
* catseye: initialize members
|
| |
|
|
| |
problems found in devnoclear debug builds (nw)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- added known dump checksums of 1101 BIOS
- high-level emulation of GPIB disk devices
- partial implementation of DMA (currently ignores ACCRQ so devices must have zero latency in order for it to work)
- serial is now properly memory-mapped
- modem stub in order to make system properly ignore modem device
- it now boots without any patches and debug scripts
- merged #6597 (needed in order to make disk devices work)
Still not implemented:
- RTC/MACHINE_ID
- modem
- has problems with multiple disk devices working simultaneously (possibly BIOS bug because this BIOS had some problems with that on real device)
|
| | |
|
| |
|
|
|
| |
Saves a lot of typing { *this }, { *this }... Could be applied in more places,
I just did a few devices to demonstrate it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and
c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at
598cd5227223c3b04ca31f0dbc1981256d9ea3ff.
Before pushing, please check that what you're about to push is sane.
Check your local commit log and ensure there isn't anything out-of-place
before pushing to mainline. When things like this happen, it wastes
everyone's time. I really don't need this in a week when real work™ is
busting my balls and I'm behind where I want to be with preparing for
MAME release.
|
| |
|
|
|
| |
This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing
changes made to 009cba4fb8102102168ef32870892438327f3705.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Add some debugging to print the standard GPIB commands
like MLA/MTA/MSA. This makes reading a log much easier. While
at it, disable LOG_GENERAL as that logs every byte transferred
which fills up error.log.
|
| | |
|
| |
|
|
|
|
| |
hp9000/300 sends FEOI directly after the data register write,
before the byte is actually transmitted. This leads to the current
byte being sent out with EOI set, instead of the last one.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|