Commit Graph

66392 Commits

Author SHA1 Message Date
Firehawke
2d39cb03a2 Update the Apple II softlists to May 29th, 2019 (nw) 2019-05-30 08:03:42 -07:00
hap
0af062c145 carpolo: put timer tick in vblank again, fixes collision detection (nw) 2019-05-30 15:28:46 +02:00
hap
23ab51f538 tutankhm: small cleanup (nw) 2019-05-30 13:54:42 +02:00
Ivan Vangelista
209f56e182
carpolo.cpp: partial fix for MT07343 (nw)
Controls now work but I wasn't able to fix the missing collision detection without reverting the INTERRUPT_GEN_MEMBER to device_timer change.
2019-05-30 11:06:36 +02:00
Patrick Mackinlay
865e7c86a1 at_keybc: minor tweaks (nw)
* resolve aux irq callback
* renamed mouse to aux
* added logging and some notes
* added a Compaq rom dump
2019-05-30 13:33:23 +07:00
braintro
a509e82c84 (nw) leland.cpp: Correct remaining ROM names for Off Road Track PAK sets. 2019-05-29 22:05:32 -05:00
AJR
b5d3e5ee4f pet.cpp: Use input merger device for IRQ (nw) 2019-05-29 22:47:30 -04:00
hap
492791105a chessm: add ram/cpu config (nw) 2019-05-30 04:14:42 +02:00
Robbbert
a39dc47745 new NOT WORKING skeleton ------ Telex 277-D 2019-05-30 11:59:05 +10:00
hap
65ac9fca52 chessm: ram device only allows root ":ram" to be configured (nw) 2019-05-30 03:19:47 +02:00
hap
6ef307855a arm: blocking irq here isnt right, this fixes chessmachine isa card lockup (nw) 2019-05-30 02:22:49 +02:00
ajrhacker
7c46f7ae77
Merge pull request #5126 from kiall/travis-linux-fix
Fix Travis-CI Build
2019-05-29 19:19:22 -04:00
AJR
177a0e8390 pk8020.cpp: Add printer port 2019-05-29 18:42:21 -04:00
Angelo Salese
037e3c41d3 kill redundant note (nw) 2019-05-29 23:42:42 +02:00
Angelo Salese
1940cced00 cntsteer.cpp: fix sprite colors and magnify feature 2019-05-29 23:41:12 +02:00
AJR
1de17bc025 gio64: Get rid of strcmp hacks; decouple interrupts from HPC3 device (nw) 2019-05-29 16:57:34 -04:00
AJR
b630126137 sbus: Eliminate tag hacking (nw) 2019-05-29 16:56:46 -04:00
AJR
84b924a1f7 Revert "-Removed sbus and gio64 buses..."
This reverts commit 3207d504fe.
2019-05-29 16:08:47 -04:00
Kiall Mac Innes
65821dc5e0 Add libxi-dev to Travis Config 2019-05-29 19:05:07 +01:00
MooglyGuy
3207d504fe -Removed sbus and gio64 buses since they aren't up to his majesty AJR's bar of quality, nw 2019-05-29 19:15:27 +02:00
MooglyGuy
e0ff1d29a0 -newport: Fixed source buffer shift when blending is enabled. [Ryan Holtz] 2019-05-29 17:46:51 +02:00
Olivier Galibert
a902ee8e0f Sanity prevailed (nw)
There are some bugs, probably linked to the sample counter (I thought
it was a frame counter for a start...).  But at least the code is not
aneurysm-provoking anymore.

One thing to do would be to turn the k573dio into a
device_mixer_interface to have the connection to the speakers done at
the driver device level.  Volunteers?
2019-05-29 15:26:43 +02:00
Robbbert
8497b4313f (nw) my bad.. :( 2019-05-29 21:24:34 +10:00
Robbbert
094c23becb (nw) ampro: hopefully fix compile problem on osx 2019-05-29 20:27:30 +10:00
Robbbert
03d57d3147 (nw) fixed the build. 2019-05-29 16:39:57 +10:00
Lord-Nightmare
40a5921845 fix gcc 8.3.0 compiler misleading indent warning (nw) 2019-05-29 00:36:53 -04:00
mooglyguy
3d67ace098 -newport: Various fixes. [Ryan Holtz]
* Fixed handling of COLORI register alternate access.
 * Added suport for RAMDAC gamma LUT.
2019-05-29 05:09:11 +02:00
mooglyguy
e15b2b50ad -hal2: Various changes. [Ryan Holtz]
* Added handling for different frequency rates.
 * Moved DAC devices into HAL2 from HPC3.
 * Added readback of DAC parameters.
 * Fixed stereo DAC playback.
2019-05-29 02:16:40 +02:00
AJR
e72d1130fe mc68340: Timer improvements
- Fix prescaler calculation
- Handle various reset behaviors
- TOUT changes recorded in status register
- Better handling of COM flag and compare register being zero
- Reload not immediately after reaching zero but on next cycle
2019-05-28 20:02:13 -04:00
tyfighter
78d3026f86 SGI GIO rename to GIO64 (#5125)
-gio: Renamed GIO slot device implementation to GIO64, nw
2019-05-29 01:44:58 +02:00
mooglyguy
2112658a05 -newport: Various fixes. [Ryan Holtz]
* Fixed COLORI shift when cross-initialized by COLORRED.
 * Fixed RGB vs. CI fast-clear handling.
 * Fixed incorrect octant calculation for lines.
2019-05-29 00:23:16 +02:00
David Haywood
f87487ff87 trkfldch / my1stddr various notes / updates (nw) (#5121)
* sprite x flip (nw)

* sprite tweaks (nw)

* old (nw)

* note (nw)

* begin to change drawing (nw)

* cliprect stuff (nw)

* foo (nw)

* usage notes, slight refactors (nw)

* more notes, gave trkfldch its own inputs (nw)

* turn this back off (nw)
2019-05-28 15:21:05 -04:00
Ivan Vangelista
6f6ae0062e New working software list additions
-----------------------------------
fm7_cass: The Stars [Elroy van Tamelen]
2019-05-28 18:17:32 +02:00
AJR
8631b3d36f esqmr.cpp: Map the OTTOs (nw) 2019-05-28 11:38:48 -04:00
Olivier Galibert
3cddb3dbb2 Fix subtle memory subsystem bug [O. Galibert] 2019-05-28 15:48:23 +02:00
Dirk Best
87d548d205 bbusters: Update gun handling, fixes MT07333
- Use UPD7004 device
- Adjust gun limits to the factory defaults
- Remove no longer needed default eeproms

Calibration in service mode now also works and doesn't cause the game to 
refuse to boot.
2019-05-28 09:48:59 +02:00
Dirk Best
244b03bb52 New device: UPD7004 ADC 2019-05-28 09:48:59 +02:00
AJR
9863c37e28 ampro: Various additions (nw)
- Simplify handlers
- Add parallel printer port
- Add second serial port
- Add SCSI interface
- Add various line connections (several commented out because jumpers are not installed by default)

wd_fdc: Add fake output callback for floppy ready line (nw)
2019-05-28 00:28:06 -04:00
Scott Stone
c37ef28fa1 bagman.cpp: Changed pickin to use an 8-way joystick as it should be per notes from original board owners. Also, added confirmed bonus life DIP and updated locations to match same notes. [Mark Spaeth, Tafoid] 2019-05-27 20:25:26 -04:00
hap
a5f8a94222 New working software list additions
-----------------------------------
ibm5170: The Final ChessCard (Installer v2.0/Program v1.9) [hap, voelkx]
2019-05-28 00:51:27 +02:00
David Haywood
1674fab08d trkfldch / my1stddr - support DMA group size + step/skip size values (nw) (#5119)
* trkfldch / my1stddr - support DMA group size + step/skip size values (nw)

* '3rd layer' notes (nw)

* another guess (nw)

* fix hammer throw gfx (nw)

* register notes (nw)
2019-05-27 17:40:10 -04:00
algestam
656b20f335 hh_sm510: segment id fix (nw) (#5120) 2019-05-27 23:12:56 +02:00
hap
a027beeccf Machine promoted to working
----------
Game & Watch: Chef [Sean Riddle, Mr. Do]
2019-05-27 23:11:11 +02:00
mooglyguy
a7e4e9b676 -newport: Added Display Control Bus timeout. Prevents Presenter board from being erroneously detected. [Ryan Holtz]
-sgi_mc: Fixed VDMA TLB which caused corrupt bitmap transfers. [Ryan Holtz]
2019-05-27 22:54:48 +02:00
Angelo Salese
bef9f293b6
stvvdp2.cpp: obvious disclaimer for this too (nw) 2019-05-27 22:50:14 +02:00
Angelo Salese
630aecc341
stvvdp1.cpp: reinstate notes (nw) 2019-05-27 22:44:55 +02:00
hap
8391a4b345 finalchs: add rom v3.6 (nw) 2019-05-27 21:01:14 +02:00
Ivan Vangelista
9151deb273 ibm5170.xml: fixed validation (nw) 2019-05-27 20:16:11 +02:00
Ivan Vangelista
c509a39626 new not working machine
-----------------------------------------------
Master [Stefan Fettes]
2019-05-27 20:13:22 +02:00
Ivan Vangelista
0deb723cd9 aristmk6.cpp: added a new bios dump [Dam0, Heihachi_73] 2019-05-27 20:07:23 +02:00