Commit Graph

82655 Commits

Author SHA1 Message Date
David 'Foxhack' Silva
b780dadfc8
cinemat.cpp: Starhawk typo fix (#9568)
Title has no space in the middle in the marquee, art, flyers, or operator's manual.
2022-04-14 17:19:14 -04:00
tedgreen99
30ec2aaaa7
Fix MT07823: nbagold (vegas) watchdog reset when select other game menu from service menu (#9560)
mips3: Add new DRC option to add extra validation to hash jumps
vegas: Use new MIPS DRC option
atlantis: Use new MIPS DRC option
2022-04-14 15:03:44 -06:00
tedgreen99
f95883ac29
Fix MT07568: hyprdriv (seattle) randomly freezes. (#9559)
* Fix MT07568: hyprdriv (seattle) randomly freezes.
gt64xxx: Change interrupt handler to not send new interrupts if an interrupt has already been asserted and improve dma timing.
seattle: Add some harddrive dma delay to make harddrive performance more realistic.

* Adjust comment to clarify word size

* vegas: Move hdd set_dma_transfer into machine config
seattle: Move hdd set_dma_transfer into machine config
2022-04-14 15:02:53 -06:00
Ivan Vangelista
935fe6b797 New machines marked as NOT_WORKING
----------------------------------
Super 97 (Ver. 1.00) [Ioannis Bampoulas]

- hexion.cpp: used finders and other small cleanups

- powerins.cpp: corrected one sprite ROM for powerinsc
2022-04-14 18:08:32 +02:00
npwoods
539c135078
Added a 'type()' accessor to fs::meta_value (#9553)
* Added a 'type()' accessor to fs::meta_value

Let's try to hide the nastiness of std::visit() as much as humanly possible

* Changing visitor approach for std::visit() call in fs::meta_value::type()
2022-04-14 09:38:39 +02:00
Robbbert
e0e3cb7431 Init last few variables for now. 2022-04-14 16:41:10 +10:00
Vas Crabb
6fa1f03bf0 3rdparty: Updated zlib to version 1.2.12. 2022-04-14 10:39:41 +10:00
arbee
23904ffeeb apple2gs: Don't trigger on $C071-$C07F. Fixes Rastan and other joystick issues. (GitHub #9530)(MT#08240) [Kelvin Sherlock, R. Belmont] 2022-04-13 19:14:18 -04:00
0kmg
4e484194b3
nes.xml: Removed duplicate dump/entry linzexua. (#9561) 2022-04-14 07:15:01 +10:00
0kmg
09660009c8
nes.xml: Removed underdumped Super 8 in 1 mc_s8kr. (#9557) 2022-04-14 03:35:23 +10:00
angelosa
8c00d8bdc6 gammagic.cpp: discover that removing data track pregaps makes CD-ROM dumps to be mountable [Carl, Angelo Salese] 2022-04-13 19:10:39 +02:00
Robbbert
7bb372f194 Minor comments etc in various drivers (mostly mine) 2022-04-14 02:11:54 +10:00
angelosa
e269443a19 gammagic.cpp: remove unused legacy PCI hookup, demote gammagic/99bottles with BAD_DUMPs 2022-04-13 18:07:04 +02:00
0kmg
44630c5da1
bus/nes: Added support for KL-06 and 831128C boards. (#9552)
- Made VRC4 base class extendable for CHR banking, as was done to PRG banking.

New working software list additions (nes.xml)
-----------------------------------
1993 New 860 in 1 Over-Valued Golden Version Games [Consolethinks]
1995 New Series Super 2 in 1 (Asia) [anonymous]
2022-04-13 11:25:47 -04:00
0kmg
88b9d73061
bus/nes: Updated Taito X1-017 boards. (#9535)
- Replaced bad program ROMs with dumps with proper page order.
- Updated banking to work with proper dumps.
- Fixed CHR banking from possibly ignoring first writes.
- Added special latching bytes to internal X1-017 RAM.
- Added IRQ support (no games exist that use it).
2022-04-13 11:25:29 -04:00
Luigi Thirty
8b327ef709
8x300 subcycle improvements (#9539) 2022-04-13 11:25:08 -04:00
angelosa
6b43a40500 arm_iomd.cpp: improve serial DAC overrun/int handling, makes SFXs to work better in ppcar;
acorn_vidc.cpp: workaround missing default QS1000 sounds in ssfindo/tetfight by disabling DAC outputs for the time being;
2022-04-13 16:53:30 +02:00
Ivan Vangelista
c3a817660d kangaroo.cpp, shisen.cpp, skykid.cpp, spdodgeb.cpp: finders and other small cleanups 2022-04-13 16:45:53 +02:00
987123879113
232c10aef1
k573dio/k573fpga: Improve counters and status flags (#9554) 2022-04-13 16:36:52 +02:00
Robbbert
c8ab724056 Advision: merged 4 files into one. 2022-04-13 21:57:54 +10:00
Robbbert
6bc02301ae init a few more vars in includes 2022-04-13 16:00:34 +10:00
arbee
53a0ae7d11 apple2gs: fix slow cycles to a more correct value. (MT#08240) [R. Belmont] 2022-04-12 21:25:03 -04:00
smf-
58d95e7ec7 clang 14 fixes 2022-04-12 17:53:36 +01:00
ClawGrip
395106b508
cosmos_playc8f.cpp: Add "SY-MUSIC01" PCB ASCII layout (#9548) 2022-04-12 11:58:07 -04:00
npwoods
97dcbb964e
Fixed some issues involving fs::meta_description construction (#9546)
* Fixed some issues involving fs::meta_description constructing

With the recent change to use std::variant more closely, I noticed a problem where meta_descriptions of type meta_type::String got defaults of type 't'.  This was because the templated ctor for meta_description would convert 'const char *' to 'bool'.  This change adds another overload to catch 'const char *', along with asserts to catch problems.

In the process I corrected a few meta_description ctors

It is possible that this change does not go far enough.  Perhaps the meta_type argument should be removed, and we should instead create distinct ctor types (rather than relying on templates) and specify the precise meta_type in the overload.  Or even go further and remove m_type from meta_description, and instead create an overload that calculates meta_type based on calling std::visit on the variant

* Taking this change a bit further, and removing m_type from fs::meta_description; it was superfluous.  Also doing some minor C++-ifications
2022-04-12 14:52:44 +02:00
Ivan Vangelista
ce68a1d711 New working clones
------------------
Blood Storm (v2.21) [coolmod]

angelkds.cpp, crgolf.cpp: finders and other small cleanups
2022-04-12 12:57:32 +02:00
angelosa
492b0e0df2 huc6272.cpp: don't return -1 when running out of nybbles in adpcm_update fn, fixes extremely overdriven PC-FX aliasing
huc6230.cpp: code review some dubious paths;
2022-04-11 18:46:05 +02:00
Ivan Vangelista
926e59db2b labyrunr.cpp, pcktgal.cpp: used finders and other small cleanups 2022-04-11 18:23:03 +02:00
angelosa
b51d40ffd6 hash/pcecd.xml: validate hucard requirements:
* fix most instances where the sharedfeat doesn't match what the description implies;
* fix Mahjong Vanilla Syndrome metadata;
* fix xak12 description;
* demote implode and meteorbl to baddump;
2022-04-11 13:47:43 +02:00
npwoods
b8758ed358
Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_fs vectors (#9542)
* Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_fs vectors

We had two separate members in floppy_image_device (m_create_fs and m_io_fs) that contained the same data.  Whether the file systems can be formatted or read can be identified by querying fs::manager_t.

For this reason, it seems bad to have these separate members, the seemingly only reason to make the UI code slightly less complicated.  For this reason I consolidated these two members and moved the burden of selecting which ones are creatable to the UI code.
2022-04-11 06:54:35 -04:00
0kmg
9ef4774f2e
nes.xml: Set correct board type for Qiwang Chinese Chess games. (#9547) 2022-04-11 06:52:59 -04:00
CanoeHope
d4d0554776
neogeo.xml - Fix moshougi and flipshot year (#9544) 2022-04-11 06:52:25 +02:00
Robbbert
dade85a724 init last bunch of vars for today 2022-04-11 01:48:18 +10:00
AJR
810fd2a951 apple1.cpp, microtan.cpp, mtx.cpp, vtech1.cpp: Eliminate use of device_image_interface::ptr() method
* vtech1.cpp: Correct fencepost error in snapshot loader
2022-04-10 11:13:18 -04:00
Robbbert
2509d8b900 init some more vars (includes) 2022-04-11 01:02:40 +10:00
Roberto Fresca
e1e78e34ed mame.lst: Changed Le Pendu manufacturer... 2022-04-10 16:53:31 +02:00
Roberto Fresca
8e419182ed Le Pendu: Changed manufacturer according to the shown in the title screen. 2022-04-10 16:50:20 +02:00
hap
5f8a1a39c5 goldnpkr: relocate namespace closing brace 2022-04-10 16:26:28 +02:00
hap
eb7644fae5 lependu: small adjustment to comment block align 2022-04-10 16:19:59 +02:00
hap
bc8156ac68 hh_sm510: move variables init to class body 2022-04-10 16:15:29 +02:00
hap
a6ae36b47e lependu: remove floating point math for binary logic, remove hardcoded keycodes where MAME already has the same defaults 2022-04-10 15:58:11 +02:00
Robbbert
1873823a53 init even more vars (includes) 2022-04-10 23:48:13 +10:00
AJR
1871bcfff0 cp1: Eliminate fgets in quickload parsing 2022-04-10 09:05:06 -04:00
hap
32c48d2e16 b5500: subclass of a5500 instead of b5000 2022-04-10 14:35:09 +02:00
Robbbert
0112f18775 more init vars (includes) 2022-04-10 22:06:24 +10:00
hap
efb0ba9dcd cpu.lua: fix typo from prev commit 2022-04-10 13:51:09 +02:00
hap
eca441adc1 New working clones
--------------------
30R: Slide Rule Memory (B5500 version) [hap, Sean Riddle]
2022-04-10 13:49:50 +02:00
hap
cd52b38151 rw5000: added b5500 2022-04-10 13:25:02 +02:00
Robbbert
f768e0565e init vars (includes) 2022-04-10 20:28:32 +10:00
Robbbert
e4c65de6ed init vars for broken apples 2022-04-10 19:08:20 +10:00