summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hpc3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1162/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-26/+6
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-10/+10
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-27/+27
* indy_indigo2: networking Patrick Mackinlay2020-03-161-106/+244
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-13/+10
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* hpc3: Add callback bindings for EDLC (nw) AJR2019-06-261-0/+43
* hpc3: DMA/interrupt improvements (nw) AJR2019-06-131-49/+91
* indy_indigo2.cpp: More modularization and architectural cleanup (nw) AJR2019-06-031-135/+87
* hpc3: Disaggregate and decouple from other devices as much as is currently pr... AJR2019-05-301-233/+162
* gio64: Get rid of strcmp hacks; decouple interrupts from HPC3 device (nw) AJR2019-05-291-0/+24
* -hal2: Various changes. [Ryan Holtz] mooglyguy2019-05-291-27/+10
* srcclean (nw) Vas Crabb2019-05-261-1/+1
* Fix clang error: reference to non-static member function must be called; did ... AJR2019-05-251-14/+14
* -r4000: Added bus error functionality. [Ryan Holtz] mooglyguy2019-05-251-13/+180
* -hpc3: Silence debug printf, nw MooglyGuy2019-05-191-2/+0
* -hpc3: Various changes: [Ryan Holtz] mooglyguy2019-05-191-216/+222
* -ioc2: Fixed mappable interrupt checks. Fixes IRIX 6.5 installer hanging on k... mooglyguy2019-05-121-4/+4
* -vino: Added skeleton device for SGI VINO (Video In, No Out) chip. [Ryan Holtz] mooglyguy2019-05-101-12/+41
* (nw) Clean up the mess on master Vas Crabb2019-03-261-30/+43
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-43/+30
* hpc3: Trigger audio DMA on channels 0-3. Fixes hang when starting apps in IRI... MooglyGuy2019-02-201-16/+19
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* srcclean and cleanup (nw) Vas Crabb2019-01-271-15/+15
* wd: simplify handlers, upgrade hpc1 [O. Galibert] Olivier Galibert2019-01-221-4/+4
* hpc3: Silence debug logging, nw mooglyguy2019-01-081-2/+1
* indy_indigo2: Switch to using new wd33c9x core, nw mooglyguy2019-01-031-17/+29
* srcclean and fixup (nw) Vas Crabb2018-11-251-10/+10
* hpc3.cpp: Fix recent regression with Indy, nw mooglyguy2018-11-201-4/+10
* -o2.cpp: Added CRIME and MACE skeleton devices. [Ryan Holtz] mooglyguy2018-11-181-26/+114
* -indigo.cpp; Various changes: [Ryan Holtz] mooglyguy2018-11-111-1/+1
* -t10sbc.cpp: Added support for Format Parameters and Geometry Parameters page... mooglyguy2018-11-101-140/+224
* -hpc3.cpp: Hooked up INT3 and PIT register accessors. [Ryan Holtz] mooglyguy2018-11-091-32/+110
* -indy_indigo2.cpp: Various changes: [Ryan Holtz] mooglyguy2018-11-081-149/+266
* hpc3: Fixed up and re-enabled audio DMA. Gets SGI Indy driver its boot chime ... mooglyguy2018-11-061-251/+159
* hpc3: Improved DMA transfer behavior. The IRIX installer now loads, but panic... mooglyguy2018-11-051-144/+147
* -indy_indigo2: General cleanup, device-ified HAL2 and HPC3, and moved HAL2, H... mooglyguy2018-04-231-0/+577