Commit Graph

79930 Commits

Author SHA1 Message Date
ajrhacker
476791f67a
Merge pull request #8388 from 0kmg/nes-9in1cal
bus/nes: Added support for Caltron 9 in 1 prototype.
2021-08-04 19:02:06 -04:00
ajrhacker
7ce90f4e64
Merge pull request #8396 from 0kmg/nes-mapper361
bus/nes: Added support for several JY Company 4-in-1 bootlegs carts.
2021-08-04 19:01:33 -04:00
0kmg
effc15fe8d bus/nes: Added support for several JY Company 4-in-1 bootlegs carts.
New working software list additions (nes.xml)
-----------------------------------
1994 Ball 4 in 1 Series (JY-009) [famiac, NewRisingSun]
1996 Super HiK 4 in 1 (JY-018) [famiac, NewRisingSun]
1995 Super HiK 4 in 1 (JY-019) [famiac, NewRisingSun]
1996 Super HiK 4 in 1 (JY-020) [MLX]

Software list items promoted to working (nes.xml)
---------------------------------------
Game 4 in 1 (OK-411)
2021-08-04 14:29:00 -08:00
Dirk Best
1e7d83cc4b apxen: Checkpoint, get something on screen
- Implement video slot and mono graphics video card
- Hook up CIO, SIO, RTC, PIT, SN76489
- Add daisy chain for Z80 devices and hook it up to the PIC
- Add system control ports
2021-08-04 19:30:45 +02:00
Dirk Best
68dbd42a24 z8536: Better daisy chain support, fix port assignment when writing data 2021-08-04 19:30:38 +02:00
Brian Johnson
57e4628edc
video/upd7220.cpp: Made address space use word addressing, and implemented proper ead/dad/mask support for draw_char. (#8379) 2021-08-05 03:15:12 +10:00
0kmg
745206964c
nes.xml: Two redumps, two new dumps, one dump removed. (#8395)
* Replaced smb10 and smario14 with cart redumps - previous dumps were ROM hacks to allow the games to work on ancient emulators. [NewRisingSun]
* Removed ROM hack smb11a - smb11 is the proper pirate MMC3-variant dump, so it is retained.
* Hooked magicblks up to a proper slot device - fixes graphics.

New working software list additions
-----------------------------------
The Ancient Modern Heros [NewRisingSun]
Super Mari - Mali Lugi - Mari no Daisakusen 2 [NewRisingSun]
2021-08-05 02:57:44 +10:00
Ivan Vangelista
dfe2a6c810 megasys1.cpp updates:
* verified edfbl XTAL and clock [caius]
* dumped Peek A Boo Japan 1.1, matches peekaboo set [Ricardo Gonçalves]
* standardized PROM locations for games running on 1A  board [hammy]
2021-08-04 18:53:28 +02:00
Ivan Vangelista
3866df9d83 ssfindo.cpp: preliminary QS1000 hook up. There seems to be a bug in the ARM_VIDC20 device that causes static / bad sounds. Just set the related volume sliders to 0 to hear the QS1000. 2021-08-04 18:38:13 +02:00
hap
d842d9a6d7 New working clones
------------------
Hockey (Mattel, export version) [hap, Sean Riddle]
2021-08-04 18:11:06 +02:00
0kmg
ad4f91176b
bus/nes: Added support for a Kaiser 4-in-1 cart. (#8390)
New working software list additions (nes.xml)
-----------------------------------
4 in 1 (KS-106C)
2021-08-05 02:04:08 +10:00
Jeff Muizelaar
3912610866
lwriter.cpp: Add support for the original LaserWriter. (#8391) 2021-08-03 20:20:34 -04:00
0kmg
0fde5b956a
nes.xml: Removed fancybro multicart extract. (#8394)
CRC match of the game can be found in at least one multicart, mc_52gam. Extracted game crashes when reset since it tries to return to the multicart menu.
2021-08-03 23:53:49 +10:00
yz70s
e08214f60f fdc37c93x.cpp: use ns16550 instead of ns16450 for rs232 as per datasheet 2021-08-03 15:18:51 +02:00
hap
f6c71a1f8e timelimt: halve maincpu nmi rate, fixed spriteram out of bounds access 2021-08-03 12:31:05 +02:00
hap
e4963f1929 namcofl: fix network status error, this also fixes the paralyzed flagman [Angelo Salese] 2021-08-03 12:03:25 +02:00
ajrhacker
bc884f38a7
Merge pull request #8392 from ksherlock/91c9x-2
smc91c96 updates ( apple2e, a2osx w/ lancegs)
2021-08-02 23:03:51 -04:00
Kelvin Sherlock
827f0a3232 smc91c96 updates (a2osx w/ lancegs)
1. m_loopback_result needs to be a signed into so negative status codes remain negative.
2. FDSE bit was masked out
3. when full duplex switched internet is active, deferrals and collisions not used
4. implement AUTO_RELEASE
2021-08-02 21:16:25 -04:00
Ivan Vangelista
d68363cf84 albazc.cpp, albazg.cpp, chanbara.cpp: made use of object finders and other minor cleanups 2021-08-02 16:57:58 +02:00
Miodrag Milanovic
da7ff625de little hack to make it build fine with current build system 2021-08-02 13:59:21 +02:00
Miodrag Milanovic
4790deb5b7 Genearate seaparate dasm header for TMS57002 2021-08-02 10:51:14 +02:00
Jeff Muizelaar
84c1252ab9
lwriter.cpp: Invert the state of the SCC interrupt (#8389) 2021-08-01 20:35:38 -04:00
Scott Stone
385dd90d86 ibm5170.xml, ibm5170_cdrom.xml: Fixed parent/clone issue + clean up of related labels to uniquely identify. 2021-08-01 16:59:18 -04:00
0kmg
998e733b57 bus/nes: Added support for Caltron 9 in 1 prototype.
- Also corrected Caltron 6 in 1 to more accurately reflect PCB behavior. Fixes the one game that wasn't working (Cosmos Cop).

New working software list additions
-----------------------------------
9 in 1 (USA, prototype)
2021-08-01 11:41:43 -08:00
Nigel Barnes
c478e4e4b5 coco12.cpp: Corrected installed RAM being off by 1 byte. Fixes MT#08045 2021-08-01 19:53:11 +01:00
0kmg
cdc91a1454
bus/nes: Added support for Little Com 160 Korean multicart. (#8378)
New working software list additions (nes.xml)
-----------------------------------
Little Com 160 [NewRisingSun]
2021-08-02 00:13:04 +10:00
Vas Crabb
0753a9229b formats/fsmgr.cpp: Don't assume string iterators can be indexed (reported by coverity). 2021-08-02 00:03:56 +10:00
Ville Linde
8628ec5176 tc0780fpa: fix texture issues in optiger 2021-08-01 16:31:34 +03:00
arbee
2413a02285 apple2.cpp: Add and use the correct character ROM for the Pravetz 82. [sandacite.com, R. Belmont] 2021-07-31 20:12:49 -04:00
Aaron Giles
79c69f958d voodoo: Address minor coverity complaints 2021-07-31 12:06:14 -07:00
arbee
7419700de0 fix OSD=mac compile [R. Belmont] 2021-07-31 14:39:27 -04:00
Ville Linde
367ca9e240 taitopjc: Fixed lockup issues. Improved tilemap emulation. 2021-07-31 18:20:07 +03:00
Ivan Vangelista
69ce57f251 jantotsu.cpp: updated to use finders and other small cleanups 2021-07-31 16:28:02 +02:00
Ivan Vangelista
37ed113ba7 mermaid.cpp: updated to use measured clock, one more note added, marked mermaid and clone as imperfect graphics 2021-07-31 15:29:16 +02:00
Ivan Vangelista
cdef2a9095 mermaid.cpp: added missing items to state saving, updated notes 2021-07-31 15:19:20 +02:00
ClawGrip
75039e1e17
startouch.cpp: Fix typos (#8369) 2021-07-31 13:45:45 +02:00
David Haywood
4bcb914477
new WORKING machine (#8370)
* new WORKING machine
------
Paris Dakar (31/03/87, Spanish) [Jose Marquez - Retrobytes, Recreativas.org]

* new NOT WORKING machines
-------
Dracula's Castle (Magnet System) [Jose Marquez - Retrobytes, Recreativas.org]
2021-07-31 13:45:14 +02:00
algestam
8d4b8ef3fb
hh_sm510: rescan display for auslalom (#8377) 2021-07-31 13:33:33 +02:00
Davide Cavalca
4dcb18e015
chdman: add a few more hard disk templates (#8352) 2021-07-30 22:05:56 -04:00
ClawGrip
ce550c45bd
New WORKING clones (#8371)
-------------------------------
Rescate Lunar (Spanish bootleg of Lunar Rescue) [Ricardo - Factory Arcade, Recreativas.org]
2021-07-30 19:22:39 +02:00
ajrhacker
0ddf3ae56e
Merge pull request #8376 from jessexm/patch-1
imd_dsk.cpp: Fix segmentation fault saving FM track
2021-07-30 10:53:46 -04:00
AJR
eac5b0f438 swim1: Disable read side effects to help debugging 2021-07-30 10:43:28 -04:00
AJR
88589c115d applepic: Add timer and remaining GPIO 2021-07-30 10:42:36 -04:00
AJR
aa78efa47f applepic: Add device files missing from 918da8411d 2021-07-29 23:46:05 -04:00
Jesse Marroquin
9c227fe9cb
imd_dsk.cpp: Fix segmentation fault saving FM track
Incorrect cell size for FM track results in empty bitstream that ultimately causes data.empty() to seg fault.
2021-07-29 22:41:35 -05:00
AJR
918da8411d maciifx: Add preliminary PIC (Peripheral Interface Controller) devices and OSS interrupt control
* machine/applefdintf.*: Correct permissions
2021-07-29 23:40:16 -04:00
0kmg
946ad8b339
bus/nes: Fixed the 3 non-working games in 11 in 1 Ball Series multicart. (#8373)
- Fixed games: Volleyball, Paddle, Dynamite Bowling
2021-07-29 17:49:05 -04:00
yz70s
2bdab107da i82371sb.cpp: various changes, windows 98 recognizes the ide busmaster controller in pcipc driver
- corrections to pci configuration space maps
- remove useless redefinitions of command_w/r in ide device
- placeholders for nmi, stpclk and extsmi lines of isa bridge
- correctly support 8 bit writes to idetim registers
2021-07-29 23:03:51 +02:00
yz70s
628dc0d363 i82439hx.cpp: corrections to pci configuration space map and decoding to debug log of pam register writes 2021-07-29 23:03:51 +02:00
yz70s
246343d18f fdc37c93x.cpp: add placeholder routine for mouse irq 2021-07-29 23:03:51 +02:00