Commit Graph

86792 Commits

Author SHA1 Message Date
hap
ddbc47fc9b ioport: put IPT_ADJUSTER in same class as IPT_CONFIG 2023-05-22 13:54:34 +02:00
Ivan Vangelista
b54992fa27 New working clones
------------------
GX Part 2 (Galaxian hack) [Conrad at KLOV]
Galaxian III (bootleg of Galaxian) [Steph at KLOV]
2023-05-22 09:43:47 +02:00
Ivan Vangelista
fc58ed4f72 New working clones
------------------
Gyakuten!! Puzzle Bancho (Japan, set 1) [twistedsymphony]

- taito/pkspirit.cpp: verified resonator value and pin 7 for the Oki [hammy]
2023-05-22 09:02:32 +02:00
AJR
40d98eea8a ngp.cpp: Fix regression preventing system from booting 2023-05-21 19:38:54 -04:00
Angelo Salese
a7425f83df
Initial work towards i440bx chipset (#11037)
- implement stubs for i82443bx_host and i82371eb PCI devices, hooks up base PCI stubs to midway/midqslvr.cpp, misc/comebaby.cpp and misc/xtom3d.cpp
- misc/xtom3d.cpp: preliminary implementation of Oksan ROM DISK ISA card
- machine/pci-smbus.h: make map public so it can be reused by i82371eb_acpi (would otherwise fail mapping to the intended HW)

New systems marked not working
----------------------------------
Pump It Up: The 1st Dance Floor [ATR4X, Gergc, Pawprint, infamouspat, Ruubbinnexx, H4M573R, Angelo Salese, Hammy]
2023-05-21 22:17:46 +02:00
tim lindner
9d39fbd6aa
m6809: Set V flag on XDEC (#11259) 2023-05-21 15:51:02 -04:00
AJR
c92625b772 battlnts.cpp, fastlane.cpp, labyrunr.cpp, lethal.cpp: Correct CPU type 2023-05-21 14:58:56 -04:00
AJR
1260f9b9cf mazerbla.cpp: Add ADCs and remove runtime port tag lookups 2023-05-21 11:35:03 -04:00
Nigel Barnes
ab54bae1c2 New clones marked not working
-----------------------------
Series 3a (2M) (Russian) [MaFrance351]
2023-05-21 11:39:51 +01:00
AJR
287f7db325 subsino_m.cpp: Rename to subsino_crypt.cpp and don't hardcode region 2023-05-21 06:05:33 -04:00
Ivan Vangelista
f2ab413a7a New clones marked not working
-----------------------------
Nandemo Seal Iinkai (ver 1.3) [twistedsymphony]
2023-05-21 09:21:00 +02:00
cracyc
b2df18f517 x68k: wait before setting gvram clear status bit 2023-05-20 19:54:07 -05:00
AJR
2f11144d40 z180: Fix cycle timings for branches not taken (one operand byte is always read) 2023-05-20 19:14:41 -04:00
AJR
b2acd13154 chqflag.cpp: Driver modernization
- Use ADC device for analog inputs
- Eliminate runtime port tag lookups
- Replace bankdev with memory view
- Add start lamp output
2023-05-20 18:37:52 -04:00
MooglyGuy
e89eb3e77c
BGFX and D3D9 renderer fixes for issues #11104, #11106, and #11107 (#11249)
* -hlsl.json: Removed duplicate scanline_variation setting. (#11107) [Ryan Holtz]
* -d3dhlsl.cpp: Fixed lack of post-pass application when bloom is disabled. (#11104) [Ryan Holtz]
* -drawd3d.cpp: Always set a default texture at scene start. (#11106) [Ryan Holtz]
2023-05-20 08:05:42 -04:00
ksherlock
b761e23168
Add missing ST keycodes (#11229) 2023-05-19 21:59:37 +02:00
Ivan Vangelista
01171e2359 atari/cloak.cpp, atari/cloud9.cpp, atari/copsnrob.cpp: consolidated drivers in single files 2023-05-19 18:08:56 +02:00
hap
945c5034f5 atirage: fix -Wmaybe-uninitialized issue 2023-05-19 14:45:27 +02:00
arbee
4890c04318 apple/apple2.cpp,apple2e.cpp: More realistic (Control-)Reset behavior. [R. Belmont]
* The 6502 is now held in reset until you let go of the keys, like hardware
* IIe-class machines now reset the language card and MMU registers, like hardware
2023-05-18 23:07:09 -04:00
arbee
80fdfaaf8c apple/imacg3.cpp: Hooked up ATI Rage IIc video and OPTi USB controller skeleton. [R. Belmont] 2023-05-18 22:07:36 -04:00
arbee
e2cdd21d68 apple/dbdma.h: Remove debug print. [R. Belmont] 2023-05-18 22:00:45 -04:00
arbee
1c49eeef43 apple/dbdma.h: Slightly updated interface. [R. Belmont] 2023-05-18 21:52:27 -04:00
arbee
ea737f755d apple/heathrow.cpp: Reworked class inheritance ordering and added NVRAM support. [R. Belmont] 2023-05-18 21:49:46 -04:00
ClawGrip
32e7979148
misc/rawthrillspc.cpp: Replace ASUS BIOS with the Compaq one found on the original Raw Thrills machine (#11243) 2023-05-18 20:53:22 -04:00
Mark Garlanger
eb6bf1e689
heathkit/h89.cpp: Implement more functionality, add new monitor ROMs, add more tech details (#11108)
* heathkit/h89.cpp: Implement more functionality, add new monitor ROMs, add more tech details
2023-05-18 20:52:52 -04:00
arbee
9de67ba595 video/atirage.cpp: Extremely preliminary emulation of PCI ATI 3D Rage family SVGA chips. [R. Belmont]
apple/powermacg3.cpp: Hooked up ATI Rage II video, you can now enter and interact with Open Firmware. [R. Belmont]
2023-05-18 19:57:03 -04:00
AJR
915cf99f06 dim68k: Remove obsolete patch 2023-05-18 19:53:48 -04:00
Olivier Galibert
ccb44368b5 sys573: Remove the cdrom drive from games that do not use cd/dvds 2023-05-18 23:24:20 +02:00
Olivier Galibert
829cf9afe4 ceres: hd image fixes 2023-05-18 22:31:27 +02:00
AJR
cd85730b98 Fix validation errors from 24371e7a4a 2023-05-18 15:36:43 -04:00
Nigel Barnes
aecf2e3d5b New working software list additions
-----------------------------------
psion_ssd: Spreadsheet (Series 3) [zedstarr]
  PsionMan v1.3, Pyramid v1.0a [The Last Psion]
2023-05-18 19:54:36 +01:00
Nigel Barnes
c35b7cb57f New working systems
-------------------
HC 120 [Nigel Barnes, zedstarr]

New working clones
------------------
HC 100 [Nigel Barnes, zedstarr]
HC 110 [Nigel Barnes, zedstarr]
2023-05-18 19:54:36 +01:00
tim lindner
f079394b64
fix count (#11241) 2023-05-18 18:14:16 +02:00
Olivier Galibert
24371e7a4a cdda: Modernize a little
cubo: Fix the setup
2023-05-18 18:10:23 +02:00
Olivier Galibert
36872d4b6e ksys573: remove chd leftover 2023-05-18 18:10:23 +02:00
Ivan Vangelista
e975a64abb - hash/kpython2.xml: updated the cdrom references to dvdrom (interface, diskarea and part names)
- atari/cyberbal.cpp, atari/dragrace.cpp: consolidated drivers in single files
2023-05-18 18:07:54 +02:00
ClawGrip
afae86e180
misc/compucranes.cpp: Dumped and added a new crane on V7 PCB [jordigahan] (#11242)
* misc/compucranes.cpp: Add a new V7 dump

New NOT_WORKING machine
--------------------------------
Master Crane (set 2) [jordigahan]

* Rename existing set 2 as set 3
2023-05-18 11:41:40 -04:00
AJR
136538f624 dim68k: Various improvements [AJR, Bitsavers]
- Replace generic serial keyboard with dump and low level emulation of MCU-based keyboard
- Specify correct clocks and XTAL sources for CPU and various other components
- Add game control port (untested)
2023-05-18 11:27:00 -04:00
holub
d14961c7b7
sinclair/tsconf.cpp,pentevo.cpp: various fixes (#11221)
* sinclair/tsconf.cpp: Added Covox. fixed DMA blitting, fixed Kempston/beta conflict, and added TurboSound mod.
* sinclair/pentevo.cpp: Added TurboSound mod.
2023-05-18 23:17:28 +10:00
Devin Acker
0d2d63b724
yamaha/ympsr150.cpp: Added PSR-190. (#11240)
New working clones
----------
Yamaha PSR-190 [Edward d-tech]
2023-05-18 23:14:51 +10:00
987123879113
81637569b0
ata/atapicdr, scsi/scsicd: Set CDDA image on device reset (#11238)
* ata/atapicdr, scsi/scsicd: Set CDDA image on device reset

* konami/konamim2: Fix CD-ROM image loading
2023-05-18 14:58:31 +02:00
angelosa
b71a68dfd2 machine/akiko.cpp: fix regression crash (amiga/cubo.cpp games still don't automount) 2023-05-18 03:19:01 +02:00
AJR
c94f3c9519 ebases, demndrgn: Eliminate deprecated use of PORT_RESET for trackball inputs 2023-05-17 19:51:31 -04:00
angelosa
43e049d8b6 shared/megacdcd.cpp: fix no disc regression, make sure Mega CD don't throw a fatalerror on audio CD player, first pass at logmacro.h conversion 2023-05-18 00:40:33 +02:00
Nigel Barnes
f97a17275f New systems marked not working
------------------------------
Series 3 [Nigel Barnes, The Last Psion]

New clones marked not working
-----------------------------
Pocket Book [Nigel Barnes, The Last Psion]
Series 3s [Nigel Barnes, The Last Psion]
2023-05-17 22:13:52 +01:00
angelosa
81bd070bf8 machine/stvcd.cpp: better split LOG calls to areas of interest 2023-05-17 23:00:29 +02:00
angelosa
a6ec7a7bd2 nec/pce_cd.cpp: unbreak no disc state 2023-05-17 21:25:42 +02:00
AJR
cc2bc77004 Add dump and skeleton device for Conner Peripherals CD-2024 hard disk [Bitsavers] 2023-05-17 14:10:16 -04:00
Nigel Barnes
9d75e32ba9 New systems marked not working
------------------------------
MCM/70 [Nigel Barnes, York University Computer Museum]
2023-05-17 18:43:13 +01:00
hap
edede3f575 Systems promoted to working
---------------------------
Computer Perfection [hap, Sean Riddle]
2023-05-17 19:26:26 +02:00