Commit Graph

76776 Commits

Author SHA1 Message Date
AJR b0cb5ce1bd unidasm.cpp: Code cleanup
- Use ioprocs methods and do a single read for normal input files (i.e. without an additional memcpy)
- Compute pc_mask without using loop
- Correct likely mistake in calculation of rounded_size
- Split main function in two

* ioprocs.cpp: Remove no longer needed #include
2022-08-18 17:26:54 -04:00
Michael Sanborn 06c28cb4d8
sega/model3.cpp: Add US Title to most Scud Race sets. (#10225)
The US Title (Sega Super GT) is known to exist on most sets via service mode when you change region settings.

For some reason the parent allows you to change regions (Japan, USA, Export) which is interesting about this export set.
2022-08-18 17:21:55 -04:00
Vas Crabb 91fb8e8e11 osd/modules/input: Include device serial number in ID when available for SDL joysticks. 2022-08-19 01:09:34 +10:00
Vas Crabb 201b0936bb Cleanup of various recently-changed files. 2022-08-19 00:22:09 +10:00
Paul-Arnold 0a18e66463
misc/magicard.cpp: Added required devices and default NVRAM contents. (#9970)
* cpu/pic16c5x: Expose driven lines to I/O handlers in mask.
* machine/ds1207.cpp: Added DS1207 Time Key device.
* machine/msm6242.cpp: Fixed interrupt output pulse duration.
* machine/scc66470.cpp: Added Philips SCC66470 Video and System controller device.

Machines promoted to working
-------------------------------
Puzzle Me!
Lucky 7 (Impera) V04/91a

Clones promoted to working
-------------------------------
Magic Card Export 94 (V2.11a, set 3)
Magic Card - Wien (Sicherheitsversion 1.2)
unknown Poker 'TE06'
2022-08-18 23:41:08 +10:00
hap 266b918349 update prev commit: no, you can stay 2022-08-18 12:26:25 +02:00
hap 3e0febd1a5 Revert "emu: make memory_share_creator endianness param optional, it is nonsense for byte-width RAM"
This reverts commit cfbffd3215.
2022-08-18 12:25:03 +02:00
hap 7eee0ca8fb hitparade: change SYST to GAME 2022-08-18 12:24:32 +02:00
Vas Crabb 1f769a96ca frontend: Swallow save state slot key/button. 2022-08-18 17:08:38 +10:00
grantek aa2c20398e
Implement SCC baud rate calculation (#10181)
- Also fix baud counter registers
Reference: http://www.zilog.com/docs/serial/ps0117.pdf

The X68000 uses the Clock Mode feature of the SCC, which multiplies the baud period by 16. Combined with a bug that read the baud counter from the wrong registers, this meant the emulator had two baud rate expiry callbacks running at some MHz.
2022-08-17 20:54:08 -04:00
hap fbf2f3e394 source org: move lk3000 to handheld folder 2022-08-18 01:16:46 +02:00
hap 77e0488424 New machines marked as NOT_WORKING
----------------------------------
Hit Parade 108 / 144 / 160 [hap, Sean Riddle]
2022-08-18 01:16:46 +02:00
hap cfbffd3215 emu: make memory_share_creator endianness param optional, it is nonsense for byte-width RAM 2022-08-18 01:16:46 +02:00
Ivan Vangelista 1b0134b761 New machines marked as NOT_WORKING
----------------------------------
Hold & Draw [Siftware]

- technos/bogeyman.cpp, technos/dogfgt.cpp, technos/matmania.cpp: consolidated drivers in single files, minor cleanups
2022-08-17 20:34:02 +02:00
Vas Crabb e8989e30e7 sinclair/specpls3.cpp: Improved floppy drive configuration.
* Default to a single 3" SSDD drive, allow 3.5" SSDD drives.
* specpls3_flop.xml: Corrected interface type for term2a floppy.
2022-08-17 19:10:11 +10:00
holub 55ff6ffe08
sinclair/atm.cpp: Fixed I/O addressing, and disabled RAM writes when ROM is active. (#10226) 2022-08-17 18:49:18 +10:00
Luca Elia 6e434ccf97
misc/astrcorp.cpp protection and layouts update: (#10235)
* Emulated the "CPU Code" protection in newer games (astoneag, dinodino, hacher, magibombd, winbingo, winbingoa, zoo).
* Expanded ROM patches to work around imperfect data in the first 0x400 bytes (ROM overlay?), getting all games to boot.
* Implemented 16x32 sprites in astoneag.
* Created layouts and factory defaults EEPROMs for all sets.
* showhand: Fixed regression that caused the new opponent face to be invisible while entering the screen.

Machines promoted to working
----------------------------
Magic Bomb (Ver. L3.5S) [Luca Elia, Ivan Vangelista, Angelo Salese, Phil Bennett, Cristiano MDQ]
Dino Dino (Ver. A1.1, 01/13/2005) [Olivier Galibert, Luca Elia, Ivan Vangelista, Guru]
Stone Age (Astro, Ver. EN.03.A, 2005/02/21) [Olivier Galibert, Luca Elia, ANY, The Dumping Union]
Win Win Bingo (Ver. GM.03.3, Feb 23 2006) [Olivier Galibert, Luca Elia, Ivan Vangelista, f205v, Filippo Tarderia]
Zoo (Ver. ZO.02.D, Aug 27 2004) [Olivier Galibert, Luca Elia, Ivan Vangelista, Brian Troha, The Dumping Union]

Clones promoted to working
--------------------------
Magic Bomb (Ver. A3.1) [Luca Elia, Ivan Vangelista, Angelo Salese, Phil Bennett, Cristiano MDQ]
Hacher (hack of Win Win Bingo EN.01.6) [Olivier Galibert, Luca Elia, Ivan Vangelista, ANY, The Dumping Union]
2022-08-17 18:35:56 +10:00
987123879113 2d52c1181e
konami/ksys573.cpp: Added Guitar Freaks (EAA/UAA/JAA/AAA). (#10232)
New working clones
----------------------------------
Guitar Freaks (GQ886 VER. EAA) [Taro]
Guitar Freaks (GQ886 VER. UAA) [Taro]
Guitar Freaks (GQ886 VER. JAA) [Taro]
Guitar Freaks (GQ886 VER. AAA) [Taro]
2022-08-17 03:08:57 +10:00
987123879113 50975a7da8
chdman: Fixed TOC session type detection for extractcd. (#10233) 2022-08-17 02:56:19 +10:00
Ivan Vangelista 721999da8c galaxian.cpp: addressed feedback on de45cc7e00 2022-08-16 18:51:36 +02:00
Ivan Vangelista 0b24aacb8a - metro/metro.cpp: fixed regression for puzzlet
- technos/battlane.cpp, technos/blockout.cpp, technos/wwfsstar.cpp: consolidated drivers in single files, very minor cleanups
2022-08-16 18:39:17 +02:00
Ivan Vangelista de45cc7e00 New working clones
------------------
Big Kong (Crazy Kong bootleg on Galaxian hardware) [chaneman]
2022-08-16 18:34:33 +02:00
Michael R. Furman 35bdc64f89
formats/flex_dsk.cpp: Added FLEX 1.0 (MiniFLEX) Disk Format. (#10234)
FLEX 1.0 (MiniFLEX) for the SWTPC MF-68 Disk System uses 18 128-byte sectors per track.
2022-08-17 02:03:21 +10:00
MetalliC 8768187766 cps3.cpp document known to exist latest jojoba revision 2022-08-16 18:17:42 +03:00
0kmg 7b99900570
nintendo/vsnes.cpp: Fixed some DIP switch issues. (#10228)
* Removed nonexistent P3 and P4 controls from starlstr.
* Corrected credits per game mode DIP switch for vstennis.
* Removed redundant inputs for vsbballj, which are identical to vsbball.
* Corrected which smgolf clones use P3/P4 start button inputs.
* Added missing cluclu DIP setting: credits for 2 players.
* Removed fake remapping of buttons for vspinbalj.
* Added Lives and Bonus Life DIP settings for supxevs.
* Updated note about Sun prototypes.
2022-08-17 01:00:16 +10:00
MetalliC f165040010 naomi.cpp fix pjustic p/c 2022-08-16 17:37:57 +03:00
hap aaa69ebe61 tv21_3: corrected 700120.46 prom [Siftware] 2022-08-16 16:16:13 +02:00
hap 8df8f4ee81 tgpachi: change yellow to green 2022-08-16 10:55:50 +02:00
Ivan Vangelista c55e3f2285 New working clones
------------------
Dancing Eyes (World, DC2/VER.B) [rtw, Brian Troha, Bill D., The Dumping Union]
2022-08-16 07:24:54 +02:00
987123879113 f1f77b1a1c
cdrom: Pass phys flag to read_partial_sector in read_subcode (#10231) 2022-08-15 22:35:13 -04:00
hap 9356446851 tms2100: add event counter 2022-08-16 01:38:21 +02:00
hap 179e9b16a0 tms2100: add interrupt pin 2022-08-16 01:24:37 +02:00
hap 57635c250c Machines promoted to working
----------------------------
Game Pachinko [hap, Sean Riddle, Rik, eggs]
2022-08-15 17:35:07 +02:00
987123879113 eece0c125c
New machine marked as NOT_WORKING (#10224)
----------------------------------
Dance Dance Revolution Karaoke Mix 2 (GQ947 VER. JAA) [Taro]
2022-08-15 19:47:44 +10:00
Ivan Vangelista bb7cc1a4e8 New working clones
------------------
Trivia Master (set 5) [chaneman]
2022-08-15 08:55:33 +02:00
Brice Onken 081a184e2a
cxd8452aq.cpp: add WSC-SONIC3 DMA controller support (#10218) 2022-08-15 12:40:12 +07:00
Devin Acker 2e91b7bbd5
imagedev/midiin.cpp: send All Notes Off CC when unloading a MIDI file (#10221) 2022-08-14 22:24:09 -04:00
hap 9ae123ea78 Revert "MT 08386: nemo, nemor1, nemoj: Priority error during attract mode [Robbbert]"
This reverts commit b7585fb5ce.
2022-08-14 15:07:08 +02:00
hap 65bbbdf530 misc vfd handhelds: make blue a bit brighter 2022-08-14 14:00:34 +02:00
hap e43684772f eturtles: add game speed control 2022-08-14 03:06:11 +02:00
ClawGrip bb1b504294
Dumped and added "Project Justice / Moero! Justice Gakuen (Rev B)" (#10213)
* naomi.cpp: Dumped and added Project Justice Rev. B

* mame.lst: Add 'pjustica'
2022-08-13 21:58:17 +03:00
hap 4e2e05d2ec hmcs40: block interrupt after conditional jump 2022-08-13 17:48:55 +02:00
Ivan Vangelista d32a9caaf4 nintendo/playch10.cpp: fixed build 2022-08-13 16:35:46 +02:00
Robbbert b7585fb5ce MT 08386: nemo, nemor1, nemoj: Priority error during attract mode [Robbbert] 2022-08-14 00:31:28 +10:00
holub 21151fc63c
sinclair/atm.cpp: Added CMOS. (#10217)
* sinclair/glukrs.cpp: Refactored to support ATM-Turbo as well as TS-Configuration.
2022-08-13 23:24:28 +10:00
Michael R. Furman 0ef256b317
formats/cp68_dsk.cpp: Added CP/68 disk format for SWTPC 6800. (#10178) 2022-08-13 23:18:48 +10:00
0kmg 1534a0bc45
bus/nes: Updated emulation of TXC 01-22000-400 PCBs. (#10219) 2022-08-13 23:08:16 +10:00
0kmg fe30addeaf
nintendo/playch10.cpp: Merged playch10 source files. (#10214)
* Added finders for joystick and gun inputs.
* Fixed some bad masks (sprite DMA write and Pin-Bot).
* Made color PROM loading more concise.
* Removed pc_1942 imperfect graphics flag.  It looks as bad as it should.
* Various other minor cleanups.
2022-08-13 22:57:54 +10:00
Devin Acker 41e1c7d3a2
ctk551.cpp: New working machines (#9929)
* New working machines:
---------------------------------------
Casio Celviano AP-10 [Devin Acker]
Casio CTK-601 [Devin Acker, Gabriel Miceli]
Casio GZ-70SP [Devin Acker]
2022-08-12 19:30:06 -04:00
hap fa6a393a32 misc vfd handhelds: tweak colors, remove unneeded bitswaps in drivers 2022-08-13 00:23:30 +02:00
Ivan Vangelista 573c3224b9 - misc/goldnpkr.cpp: identified falcnwldc's encryption device, seems to run now but needs more work
- misc/gumbo.cpp, misc/mosaic.cpp, misc/news.cpp: consolidated drivers in single files, minor cleanups
2022-08-12 21:45:45 +02:00
ClawGrip ddf01d0148
psikyo/psikyo.cpp: Dumped security MCU for Tengai (not hooked up yet). (#10044) [Caps0ff, Museo Arcade Vintage, ClawGrip]
Added on both "Tengai" sets by now, although it was dumped from a World PCB.
2022-08-13 03:02:49 +10:00
0kmg 465487cf1d
nintendo/nes.cpp: Added an RGB capable Famicom clone. (#10200)
New working clones
------------------
Sharp My Computer Terebi C1 [kmg]
2022-08-13 01:53:44 +10:00
0kmg 3c411bf0b6
-snes.xml: Added eight dumps (four pirate dumps, four cracked versions). (#10182)
* bus/snes: Fixed address mask error for Soul Blade and Hercules pirate carts. Games run now.
* Marked digimon as not working, hercules and squirrel as partial until further investigated.
* Also tidied a few spots missed in description metadata cleanup.

-a800_flop.xml: Marked Elektra Glide as not working.

New working software list additions
-----------------------------------
Hercules (pirate) [Revenant]
Hercules (pirate, hacked) [Revenant]
The King of Fighters '98 (pirate, hacked) [Revenant]
Marvel Super Heroes Vs. Street Fighter (pirate, hacked) [Revenant]
Squirrel [Revenant]
Squirrel (pirate, hacked) [Revenant]

New NOT_WORKING software list additions
---------------------------------------
The King of Fighters '98 (pirate) [ALMCLE]
Marvel Super Heroes Vs. Street Fighter (pirate) [ALMCLE]
2022-08-13 01:50:58 +10:00
mdeslaur f3b42285fc
pacman.cpp: Added Miss Packman Plus. (#10201)
New working clones
---------------------
Miss Packman Plus [Marc Deslauriers]
2022-08-13 01:09:13 +10:00
Ivan Vangelista cb31973770 upl/mouser.ccp, venture/spcforce.cpp, venture/suprridr.cpp: consolidated drivers in single files, minor cleanups 2022-08-12 06:47:40 +02:00
Patrick Mackinlay e70d27e262 ns32082: correct rdval/wrval logic
* don't clear translation error status unless a new error is generated
2022-08-12 10:51:45 +07:00
Patrick Mackinlay 78ae683049 ns32000: various virtual memory bug fixes
* use active super/user address translation in debugger
* ensure CXP, RXP, RETT, RETI, ENTER and CXPD instructions restart properly after a fault
* correct RDVAL/WRVAL logic
2022-08-12 10:48:33 +07:00
Olivier Galibert 961a2aa8e4 woz/flux: even more fixes after some clarifications 2022-08-11 18:57:55 +02:00
holub c2ce67c37d
pentagon.cpp: Clean up implementation of differences between 128K and 1024K variants. (#10198) 2022-08-12 02:25:52 +10:00
holub 28cf7c7dd7
sinclair/atm.cpp: Use more descriptive BIOS names. (#10206) 2022-08-12 02:19:12 +10:00
0kmg 40137c52eb
nintendo/vsnes.cpp: A few minor changes. (#10205)
* Added watchdog timer (currently only active on DualSystem games).
* Set perfect quantum for vsmahjng, just like all the other DualSystem games.
* Switched vssoccera from bnglngby's init, which installs a fake IRQ hack, to standard init.
* Switched suprmriobl to empty_init and gave it more consistent function naming.
2022-08-12 02:06:13 +10:00
0kmg dec2c8e8b7
nintendo/playch10.cpp: Replaced pc_gntlt PRG and CHR dumps. (#10208)
* Removed MACHINE_IMPERFECT_GRAPHICS flag from pc_gntlt. [kmg]
* Added MACHINE_IMPERFECT_GRAPHICS flag for pc_cshwk. [Dunard]
2022-08-12 02:03:08 +10:00
holub a99e48b6a9
sinclair/spectrum.cpp: Play cassette output through speaker (MT08342). (#10199) 2022-08-12 02:00:57 +10:00
0kmg 5f2ae1149b
midw8080/m79amb.cpp: Invert PROM data using region flags. (#10207) 2022-08-12 01:51:24 +10:00
Olivier Galibert 42f62eb325 emumem: remove the flags interface from address_space (still available through specific and cache), may make ld less cranky 2022-08-11 12:06:47 +02:00
Olivier Galibert 709bb88139 woz/flux: better implementation 2022-08-11 11:12:55 +02:00
Scott Stone 5b034e4921 multfish.cpp: Added documented game dumps from file outside of SRC tree (attic/multfish.ref) 2022-08-10 20:20:56 -04:00
Ivan Vangelista 176a606b3c - misc/falgas_m89.cpp: mapped some devices, rmontercarlo runs but needs implementation of the comms between main and video CPUs
- dooyong/gundealer.cpp, misc/aztarac.cpp: consolidated drivers in single files, minor cleanups
2022-08-10 21:57:42 +02:00
Olivier Galibert d0747f5009 woz: handle FLUX tracks, even when somewhat broken 2022-08-10 15:22:47 +02:00
Ivan Vangelista c52873ab29 - jaleco/bigstrkb.cpp, misc/pass.cpp: consolidated drivers in one file, very minor cleanups
- a few drivers: removed some custom GFX decodes in favor of the ones provided in emu/video/generic.cpp
2022-08-09 19:04:05 +02:00
SomeRandomGuyIdk 2b06874b86
jpm/jpmsru.cpp: Added Lite a Line, and cleaned up the driver. (#10197)
* Added a postload callback to fix j_ewnc not updating reels after loading a save state.
* Changed order of display digit outputs to reflect actual order in the memory map.
* Cleaned up layouts.

New machines marked not working
------------------
Lite a Line (Dutch) (JPM) (SRU) (revision 52)
2022-08-10 01:14:24 +10:00
AJR d41ef939fd Driver device API cleanups
- Remove the confusing driver_init virtual override. The function has been de-virtualized in most drivers that were calling it explicitly, and replaced by alternate overrides in others.
- Remove MCFG_VIDEO_RESET_OVERRIDE (not used anymore).
- Provide MCFG_MACHINE_START_REMOVE and MCFG_VIDEO_START_REMOVE for consistency.
2022-08-09 10:45:10 -04:00
AJR dedfb9fcd7 attotime: Make operator+ and operator- constexpr 2022-08-09 10:41:25 -04:00
AJR 87b1d66759 dinvram: Separate backup-enable parameter (which prevents both loading and saving) from nvram_can_save 2022-08-09 10:40:12 -04:00
AJR bdc037dd50 williams.cpp, wmg.cpp: Clean up driver inits, setting blitter type in machine configs instead 2022-08-09 10:23:37 -04:00
holub 7d4b0b077e
spectrum.cpp: Fixed floating bus read (#9850) 2022-08-09 08:11:25 -04:00
Ivan Vangelista 994e928481 - capcom/mitchell.cpp: redumped sprites ROMs for pompingw. Also updated labels as per PCB pics [farzeno, anonymous]
- galaxian/galaxian.cpp: used ROM loading macros instead of custom function for bmxstunts
2022-08-09 06:34:19 +02:00
wilbertpol 4d3305cb73
msx/msx.cpp: Merged msx_m.cpp and msx.h into msx.cpp and minor cleanups. (#10193) 2022-08-09 05:11:31 +10:00
0kmg 10a34202ee
nintendo/vsnes.cpp: Various cleanups. (#10195)
* Merged vsnes_m.cpp and vsnes.h into vsnes.cpp.
* Split into base class and three separate classes for UniSystem, DualSystem, and SMB bootleg machines.
* Merged DualSystem's main/sub VROM banking functions.
* Added a separate speaker for each screen on VS. DualSystem - sound from the two APUs is not mixed.
2022-08-09 03:00:05 +10:00
0kmg 80cec8e81f
atari/a2600.cpp: Added TV Boy dump. (#10187)
Also removed some nonexistent inputs from all the TV Boy clones.

New working clones
------------------
TV Boy (PAL) [Thomas Jentzsch, kmg]
2022-08-09 02:40:40 +10:00
holub 360de9fadb
sinclair/atm.cpp: Added support for ATM-Turbo 2 with 128K ROM. (#10192)
Also added eXtra v1.37 XT ROM as a BIOS option.
2022-08-09 02:36:35 +10:00
holub 95dc01dd40
sinclair/tsconf.cpp: Added initial software list and cleaned up code a little. (#10196) 2022-08-09 02:26:54 +10:00
holub 83ba985f9c
pentagon.cpp: cleanup + MT08390 (#10194) 2022-08-08 15:39:47 +10:00
hap a39cea9372 tdracula: flip output pla 2022-08-07 16:50:10 +02:00
hap 4aff04831c tms2100: add timer interrupt 2022-08-07 02:14:16 +02:00
hap 6fe19f4032 tms1000: add read/write prefix to k/r/o devcb names 2022-08-06 19:10:42 +02:00
ClawGrip 608e77da82
misc/falgas_m89.cpp: Dumped and added "Rally Montecarlo". (#10073) 2022-08-07 02:27:43 +10:00
SomeRandomGuyIdk be6e923bef
barcrest/mpu1.cpp: Added Barcrest MPU1 fruit machine driver. (#10083)
New machines marked not working
-----------------------
Golden Nudge It (Barcrest) (MPU1) (5p Stake, £1 Jackpot)
Match It (Barcrest) (MPU1) (5p Stake, £1 Jackpot)
Match Up (Barcrest) (MPU1) (10p Stake, £2 Jackpot)
Lucky Nudge (Leisure Games) (MPU1) (5p Stake, £1 Jackpot)
Big Apple (Leisure Games) (MPU1) (5p Stake, £1 Jackpot)
Big Apple (Leisure Games) (MPU1) (5p Stake, £2 Jackpot)
2022-08-06 23:15:46 +10:00
wilbertpol b3172474d8
atari/a2600.cpp: Merged tvboy.cpp and a2600.h into a2600.cpp. (#10180) 2022-08-06 22:34:39 +10:00
hap 146b737961 New working machines
--------------------
Language Teacher [hap, Sean Riddle]

New working software list additions
-----------------------------------
lanteach: German For Travel [hap, Sean Riddle]
2022-08-06 14:21:56 +02:00
Ivan Vangelista 621c21e43b bmxstunts.cpp: moved everything into galaxian.cpp as the differences are really minimal. Sets bmxstunts has a couple of bitrotten program ROMs, but bmxstuntsa sorta works 2022-08-06 13:25:34 +02:00
hap d9bac2034b tms2100: add some of the opcodes 2022-08-06 13:24:46 +02:00
Ivan Vangelista 056c3dd65c psychic5.cpp: corrected underdumped psychic5j audio ROM [Corrado Tomaselli] 2022-08-06 07:10:07 +02:00
hap 74ce6ba407 tms1000: add stack levels to constructor list 2022-08-06 01:52:24 +02:00
hap ed04c5d88c tms1000: move common memory maps to base file 2022-08-06 00:08:56 +02:00
hap 9399b0f4c5 New machines marked as NOT_WORKING
----------------------------------
Game Pachinko [hap, Sean Riddle, Rik]
2022-08-05 23:33:08 +02:00
hap f9725bbe95 tms1000: added tms2xxx skeleton devices 2022-08-05 20:57:38 +02:00
Ivan Vangelista 3252fa2d27 arcade.flt: added missing driver 2022-08-05 20:33:45 +02:00
Ivan Vangelista b12b661808 bmxstunts.cpp: corrected c/p error on year 2022-08-05 20:11:27 +02:00
Ivan Vangelista 6c01172262 New machines marked as NOT_WORKING
----------------------------------
BMX Stunts (set 1) [chaneman]

New clones marked as NOT_WORKING
--------------------------------
BMX Stunts (set 2) [Andy Welburn]
2022-08-05 20:04:12 +02:00
hap cc03645742 tms1000: move known pinouts to device headers 2022-08-05 19:40:33 +02:00
holub 3e84fa0dd3
sinclair/spec128.cpp: Adjusted border rendering (MT08264). (#10171) 2022-08-06 02:17:17 +10:00
Ivan Vangelista f77bec0432 New working clones
------------------
Battle Garegga (Japan, bootleg) (Sat Feb 3 1996) [nnap]
2022-08-05 18:07:10 +02:00
Ivan Vangelista c73c13cd4d New working clones
------------------
Battle Garegga (Korea / Greece) (Wed Feb 7 1996) [juking]
2022-08-05 17:46:11 +02:00
Brice Onken 7add0628c5
machine/spifi3.cpp: Implemented HP 1TV3-0302 SPIFI3 SCSI controller. (#10137) 2022-08-05 20:49:51 +10:00
wilbertpol 42425eea31
bus/vcs: Avoid trampolines in cartridge accesses. (#10174)
* Rewrote most banking to use memory_bank.
* Only install handlers in ranges that they respond to.
2022-08-05 20:42:52 +10:00
hap 1cf61504b3 tms1000: added disassembler for tms1400, tms2100, tms2400 2022-08-05 01:13:26 +02:00
eientei95 dea8e3124e
namco/mappy.cpp: Renamed Freeze DIP switch to "Freeze / Rack Test" in superpac. (#10166)
Also reformatted comments, aligned PORT_CONDITIONs, and removed useless comments.
2022-08-05 01:49:52 +10:00
holub c92c0c967f
sinclair/atm.cpp: Got ATM Turbo 2 mostly working. (#10149)
Implemented memory banking, video modes, palette and COVOX.

Machines promoted to working
--------------------------
MicroART ATM-Turbo 2
2022-08-05 01:41:30 +10:00
Olivier Galibert 7c98beb5f4 emumem: Add accessors lookup_{read,write]_*_flags to lookup flags without actually doing the access 2022-08-04 11:37:37 -04:00
0kmg 744493d3ac
bus/pce_ctrl: Added support for Coconuts Japan Pachinko Controller CJPC-102. (#10165)
For all controllers, added %p player specifier, made device_input_ports() protected, and moved initializations from headers to constructors.
2022-08-05 01:08:48 +10:00
hap 1b584fb5d8 Machines promoted to working
----------------------------
The Dracula (Tsukuda) [hap, Sean Riddle, Parotaku, eggs]
2022-08-04 11:14:47 +02:00
Ivan Vangelista 6f44a83cab williams.cpp: updated ROM labels for blaster sets [Joe Magiera, The Dumping Union] 2022-08-04 07:27:56 +02:00
Peter Ferrie d022c39acb z180asci: fix logic errors (nw) 2022-08-03 10:02:15 -07:00
MetalliC 29ce8c16b8 segasp.cpp more games docs 2022-08-03 17:10:43 +03:00
MetalliC 8489f548f9 new NOT_WORKING clones
---------------------
Red Earth (Asia 961121, NO CD) [Darksoft, MetalliC]
Red Earth (Asia 961023, NO CD) [Darksoft, MetalliC]
2022-08-03 17:09:45 +03:00
goldnchild b13abebee0
rescue, minefld: make bullets 2x2 pixels instead of a single pixel (#10172) 2022-08-03 10:51:02 +02:00
AJR 7e3ee6d4d1 Mac debugging overhaul
- Split out the disassembler override to a new file and use it in all 68K Mac drivers
- Add several more names to the list of A-line Toolbox traps
- Remove the long-disused mac_tracetrap routine
2022-08-02 17:04:12 -04:00
Peter Ferrie 09d82d808a mfi_dsk: fix logic error (nw) 2022-08-02 13:18:19 -07:00
Vas Crabb 7cc3481d8f ui/icorender.cpp: Revert initialisations that can hide real bugs.
MSVC isn't smart enough to detect that these can only be used after
being assigned while clang and GCC can work it out fine.  Initialising
them to zero at declaration has the potential to mask real bugs if some
code path tries to use them without assigning them.  Code flow analysis
(e.g. Coverity) or memory analysers (e.g. valgrind or Purify) won't pick
up on the buggy path because the variable will technically be
initialised.

MSVC is problematic when it comes to warnings about uninitialised
variables in general.  Unfortunately MSVC has no option to selectively
treat warnings as errors, unlike clang/GCC which have -Wno-error= which
we use extensively.  Until Microsoft addresses these issues, you'll have
to use NOWERROR=1 when building with MSVC.

Also, some cleanup.
2022-08-03 02:27:49 +10:00
0kmg 9bbf203c39
bus/snes: Log checksums and addresses consistently when loading cartridges. (#10156) 2022-08-03 02:11:43 +10:00
npwoods e404f1ffe0
Changed gdbstub to no longer expect a CPU named ':maincpu' (#10170)
The logic was changed to find the first CPU, without any particular expectation about naming.  This should address issue #10141
2022-08-02 10:24:17 -04:00
hap 00d5699d73 New machines marked as NOT_WORKING
----------------------------------
The Dracula (Tsukuda) [hap, Sean Riddle, Parotaku]
2022-08-02 14:34:29 +02:00
AJR 9d0076ab91 Change debugger command handler parameter vector element type from std::string to std::string_view 2022-08-02 08:21:59 -04:00
AJR 786016ae25 mbc55x, saturn: Remove some residual debugging stuff 2022-08-02 08:02:20 -04:00
ClawGrip 562432e94e
mastboy.cpp: Dumped and added a newer Italian set (#10135)
* mastboy.cpp: Dumped and added a newer Italian set

Also added comments and reformatted existing single line ones.
Added placeholders for PLDs.
The Italian sets are not hacks. Gaelco licensed the game to Playmark for the Italian market, so changed the manufacturer accordingly on the Italian sets.
Finally, the Rev A on the piggyback PCB refers to the game revision, not the PCB revision, so, changed the games names removing the "PCB" reference.

* Add 'mastboyib'

* mastboy.cpp: Add more comments

* Fixed typos
2022-08-02 12:41:30 +02:00
Patrick Mackinlay 0f3f7eba18 am9516: don't initialise variables in header 2022-08-02 09:03:33 +07:00
Peter Ferrie b033ebf843 cpu16h, icorender.cpp: fix MSVC compile (nw) 2022-08-01 18:56:55 -07:00
hap 800f7efda8 tms1000: added tms1475 2022-08-02 01:44:25 +02:00
hap a03f042c01 tms1000: increase R port to 32bit 2022-08-02 01:08:42 +02:00
hap 61eb90c206 spellba: do the tms0270 ctl fix in the driver 2022-08-02 00:16:14 +02:00
hap 1525cc1ee3 misc hap devices: move variables init to device_start 2022-08-02 00:16:14 +02:00
Vas Crabb e44d4ccddb technos/renegade.cpp: Corrected sprite RAM size (GitHub #10163). [jotego]
Also combined source files and cleaned up a little.
2022-08-02 03:03:29 +10:00
Furrtek f5193fabfa
konami/k051960.cpp: Implemented shadow configuration bits (fixes shadows in Devastators). (#9353)
Added descriptions for the other previously undocumented register bits, even if they shouldn't affect any game.

Attempted to get chqflag shadow/highlights working properly with no k051960 hack.

konami/k054000.cpp: Updated implementation to better match how the chip works.
2022-08-02 02:55:57 +10:00
Curt Coder fdf1935e37 abc1600: Update todo list. 2022-08-01 15:52:41 +03:00
Patrick Mackinlay c6e5d0c324 am9516: general improvements 2022-08-01 11:33:12 +07:00
arbee a5af13e008 macquadra700.cpp: Hook up EASC IRQ. [R. Belmont] 2022-07-31 19:24:52 -04:00
Brice Onken 4437d67bb9
dmac3.cpp, cxd8442q.cpp: Implement DMAC3 and WSC-FIFOQ DMA controllers (#10136) 2022-07-31 14:12:11 -04:00
arbee e5fcbccff8 mac: Hook up ASC IRQs in system ASICs. (GitHub #10159) [R. Belmont] 2022-07-31 14:01:29 -04:00
Michael Sanborn a6032f3f92
toaplan/toaplan2.cpp: Add subtitle for Japanese FixEight sets. (#10153) 2022-07-31 07:55:29 -04:00
fulivi 3ba776d3e0
intel/imds2: correct dump for PIO microcontroller [fulivi] 2022-07-31 13:50:50 +07:00
AJR 6ab64e8c8e spyhunt, turbotag: Add ADC 2022-07-30 19:50:26 -04:00
AJR c19f2c5d46 a800: Add support for the ICD R-Time 8 cartridge 2022-07-30 15:36:04 -04:00
hap 77eff86988 tms0270: fix problem with power off and ctl direction 2022-07-30 21:13:00 +02:00
Vas Crabb e98145d9d8 Various minor cleanups.
There's something wrong when derived classes need to be friends...
2022-07-31 02:31:40 +10:00
Vas Crabb c221257046 igs/goldstar.cpp: Marked Tetris + Cherry master clones as clones. 2022-07-30 20:48:59 +10:00
Ivan Vangelista 1a97eae623 darkseal.cpp, sidepckt.cpp: consolidated drivers in single files, other small cleanups 2022-07-29 14:13:15 +02:00
Ivan Vangelista ed82359438 New working clones
------------------
Games V21.1C [Brian Troha, The Dumping Union]
2022-07-29 14:12:12 +02:00
arbee 91f9af36c4 apple2: don't force ProDOS 2.5a8 to ProDOS sector order. (Github #7707) [R. Belmont] 2022-07-28 22:53:59 -04:00
AJR c64c8a225b nvram: Fix regression related to 6d6ecf46b1 2022-07-28 15:54:03 -04:00
AJR 96a027adf1 axc51: Prune some other bits that don't exist or don't work similarly here 2022-07-28 15:33:58 -04:00
David Haywood d08013cc66
cloned the mcs51 core as axc51, stripped it back, will allow monon work to continue without making a mess of the original mcs51 core. (#10140)
* cloned the mcs51 core as axc51, stripped it back, will allow monon work to continue without making a mess of the original mcs51 core.

* remove some redundant bits

* replace SFR table with AXC51 / AX208 one, removing some other functionality which is not the same on this series

* remove some other bits that are redundant now we're not trying to support other mcs51 models in the axc core
2022-07-28 14:53:34 -04:00
Robbbert e54ded48cb * knightsb2: fixed priorities and highscores.
* cps1 kludges: gave reverse sprites its own bit as it's used often
2022-07-28 07:59:37 +10:00
ClawGrip 1cf2d85609
playmark.cpp: Dumped sound PIC program for "Hard Times". [Caps0ff, Tailsnic Retroworks] (#10043) 2022-07-28 02:47:11 +10:00
ClawGrip 813ecc3f73
arsystems.cpp: Marked dumps of protected PLDs as NO_DUMP, as they contain no info. (#10138) 2022-07-28 02:24:14 +10:00
Ivan Vangelista 81b4a049a2 - pktgaldx.cpp: subclasses and other small cleanups
- vaportra.cpp: consolidated driver in one file, minor cleanups

- few drivers and devices:  removed some custom GFX decodes in favor of the ones provided in emu/video/generic.cpp
2022-07-27 17:20:02 +02:00
hap 1f2f625ac1 New working clones
------------------
Language Translator [hap, Sean Riddle, Darksoft]
2022-07-27 13:38:42 +02:00
Robbbert c79330406b n501: correct category 2022-07-27 13:38:04 +10:00
cracyc 1163278a7b x68k: change layer drawing order and make pcg and text layers mask each other 2022-07-26 21:26:02 -05:00
cracyc d28414c2a1 x68k: do the final mix in a single loop per-pixel 2022-07-26 21:23:49 -05:00
David Haywood 424a3a6605
Monon / AX208 - load internal AX208 ROM in device [Peter Wilhelmson, David Haywood] (#10131) 2022-07-26 16:06:26 -04:00
Ivan Vangelista 3df687298b - cclimber.cpp: partially redumped ccbootmm [hammy]
- a couple of devices and drivers: fixed spelling for 'accessible'
2022-07-26 18:15:03 +02:00
Ivan Vangelista ad19f9013f New machines marked as NOT_WORKING
----------------------------------
DVD-N501 [Guru]

New clones marked as NOT_WORKING
--------------------------------
Silent Scope 2 : Fatal Judgement (ver EAD) [buffi]
2022-07-26 18:12:58 +02:00
Ivan Vangelista b2ea7877cd various drivers: removed some custom GFX decodes in favor of the ones provided in emu/video/generic.cpp 2022-07-26 18:06:41 +02:00
AJR 47e836a7b1 Merge branch 'am188em' 2022-07-26 11:21:18 -04:00
AJR ef676c3240 i186: Add Am186EM and Am188EM variant types 2022-07-26 11:18:37 -04:00
hap 5972f9ffdc mdndclab.lay: remove stray escaped chars 2022-07-26 16:20:07 +02:00
hap c860119abb hegenerglaser/*: add clickable element to internal artwork that presses 2 buttons at the same time where applicable 2022-07-26 15:55:17 +02:00
Ivan Vangelista c1026f3123 - namcofl.cpp: consolidated driver in one file, minor cleanups
- pokechmp.cpp: switched to configured banking, enabled save state support, minor cleanups
2022-07-26 06:38:07 +02:00
Robbbert 17f6a2759e Updated mess.flt 2022-07-26 12:13:51 +10:00
hap 52feb2341b chessmst: same thing as arb, clicking reset button auto clicks halt button on top of it 2022-07-26 01:44:32 +02:00
hap 777fb68215 ave_arb: add clickable element that presses 2 buttons at the same time 2022-07-26 01:29:29 +02:00
hap 9a3584a149 hegenerglaser/*: small update to internal artwork 2022-07-26 00:59:35 +02:00
Ivan Vangelista c735f3bc81 - namcofl.cpp: redumped speedrcr [Phil Bennett] 2022-07-25 07:44:55 +02:00
AJR e600f4943d Additional small cleanups to Mac drivers, getting rid of MCFG overrides 2022-07-24 22:48:15 -04:00
AJR 7cb029b80c v8.cpp: Improve notes 2022-07-24 22:01:01 -04:00
arbee ac1d4ba10f v8.cpp: make shortnames more unique. [R. Belmont] 2022-07-24 21:24:59 -04:00
arbee d3aba0d63d mac.cpp: Move V8 family machines (LC, LC II, Classic II, Color Classic) to new separate driver. [R. Belmont] 2022-07-24 19:02:21 -04:00
hap 97f76ebc14 hh_tms1k: merlina is a bad dump afterall 2022-07-25 00:53:16 +02:00
AJR 0c477ea064 h8: MULXS & MULXU are slower without a MAC 2022-07-24 11:37:24 -04:00
MooglyGuy 6193fd585f
-cmi2x: Hooked up working MIDI on port 1. [Ryan Holtz] (#10122)
- Switched to shorter type names.
- Tightened up spacing in function declarations and definitions.
- Removed some now-unnecessary trampoline functions.
- Hooked up Rx and Tx clocks for MIDI port 1; MIDI in/out now works.
2022-07-24 11:18:50 -04:00
AJR 6d6ecf46b1 Don't load any NVRAM other than the default for devices whose configurations inhibit NVRAM saving 2022-07-24 08:25:26 -04:00
Vas Crabb ebb519f8b3 Clean up whitespace with srcclean 2022-07-24 19:38:16 +10:00
Vas Crabb 107d02141d More minor cleanup. 2022-07-24 19:19:37 +10:00
Vas Crabb 6f5ebaa45d Minor cleanup and fixes.
apple2_flop_clcracked.xml: Turned some comments that are apparently
supposed to be usage notes into info elements.

konami/mogura.cpp: Made PROM-to-palette mapping more obvious using
bitswap.
2022-07-24 14:51:33 +10:00
hap d17d5ac586 taito_z: use generic output tag for cpua_ctrl_w 2022-07-24 00:21:01 +02:00
Scott Stone 72ab5fb099 segae.cpp: Fixed labels for megrescu based on PCB photo. [Brian Troha] 2022-07-23 16:43:41 -04:00
hap 3f8312af0c mmdisplay1: update lcd on any strobe edge 2022-07-23 20:47:19 +02:00
tim lindner 66b86d9481
mc6847: revise font (#10115) 2022-07-23 14:11:52 -04:00
wilbertpol 2393899c97
atari/a2600.cpp: Remove device lookups. (#10094)
* atari/a2600.cpp: Remove device lookups.

* a2600.xml: Fix description for challenge and add usage note.

* a2600.cpp: Simplified vcs_cart_slot_device. Let cartridges install themselves.

* bus/vcs/rom.cpp: Reorganized code so each class's code is together.

* bus/vcs/vcs_slot.cpp: Moved pcb enum from .h to .cpp file
2022-07-23 11:46:36 -04:00
Andrew Green c2c4a2dd13
vectrex: Pass the new value with the timer param, so it ends up in the y integrator. (#10074)
* Param now holds a value and a destination, so that we write the
value that existed at send time, rather than whatever's in PORTA
when receipt occurs.  Fixes 45° vectors in Thrust and Moon Lander (and presumably others).
2022-07-23 11:43:28 -04:00
0kmg 7097bf2905
a2600.cpp: Default to having a right joystick connected. (#10040) 2022-07-24 00:33:34 +10:00
tim lindner 07062e4a79
Adjust cocomax 3 hi res adaptor coefecients to better match values from hardware (#10116) 2022-07-24 00:20:43 +10:00
hap a21af1575c mrmusical: add speaker switch 2022-07-23 11:02:53 +02:00
Ivan Vangelista 6de33b49ed mogura.cpp: added hardware info [Guru] 2022-07-23 08:32:21 +02:00
hap 26e1db4892 hh_tms1k: add note 2022-07-23 00:47:12 +02:00
hap dc2df58645 New working machines
--------------------
Mr. Mus-I-Cal [hap, Sean Riddle]
2022-07-23 00:02:00 +02:00
Ivan Vangelista 7c2a98ff58 - mainsnk.cpp, munchmo.cpp: consolidated driver in one file, minor cleanups
- some drivers: minor spelling fixes (becuase -> because, Fujistu -> Fujitsu)

- lwings.cpp: more label updates / comments for the avengers set [Brian Troha]
2022-07-22 18:14:06 +02:00
AJR 690dba1c64 m6809: Simplify disassembly of pushes and pulls of both A and B 2022-07-22 08:11:36 -04:00