Commit Graph

69908 Commits

Author SHA1 Message Date
Ivan Vangelista
4457c9e682
acorn_vidc.cpp: initialize some stuff (nw) 2019-11-26 10:27:43 +01:00
Lord-Nightmare
aa6c62b2b0 the roms make more sense in this order, as the 5-6 rom pair are not completely full. (nw) 2019-11-26 03:42:45 -05:00
Lord-Nightmare
d7caae6e7a Mark mkartagp, mkartag2, and mkartag2a dumps of the flash chips as bad, as all of them have the end of the data missing, and one is completely blank. fixed the mapping/interleave of the mkartagp roms, and added some notes about how the flash block remapping lookup rom works, and the way data and metadata is stored in the flash roms. [Lord Nightmare] 2019-11-26 00:09:42 -05:00
AJR
e69ff59e42 New machines marked as NOT_WORKING
----------------------------------
Speedcom VD56SP [ClawGrip]

Add disassembler and basic execution core for Rockwell R65C19 [AJR]
2019-11-25 22:55:20 -05:00
braintro
afa6622592 New working clone
New working clones
------------------
Tron (5/12) [cdjump @ klov]
2019-11-25 21:31:56 -06:00
TwistedTom
00b07fafba added plus D v1.0 rom 2019-11-26 13:49:05 +11:00
AJR
193a27ff04 Housekeeping (nw) 2019-11-25 20:43:59 -05:00
couriersud
436381c960 netlist: Revert development code committed by accident. (nw) 2019-11-26 00:58:31 +01:00
couriersud
6c181d7adb netlist: Change visibility to private for some members. [Couriersud]
Interesting observation to note: since MAME 208 bench 30 results for
pongf increased from 450% to 580%.
2019-11-26 00:47:05 +01:00
couriersud
c50bf9a698 netlist: move nl_examples to src/lib/netlist/examples. (nw)
One folder less in the top-level.
2019-11-25 22:28:41 +01:00
David Haywood
ceae2fdc3e sunplus_gcm394.cpp plug & play experiments looking at wrlshunt (#5953)
* unsp : goto MR

* not banked? (nw)

* dma tweaks (nw)

* (nw)

* prep (nw)

* prep (nw)

* prep (nw)

* prep (nw)

* preparation (nw)

* experimental (nw)

* testing (nw)

* cleaner implementation (nw)

* skip over EEPROM(?) check (nw)

* push forward (nw)
2019-11-25 15:27:18 -05:00
Angelo Salese
9f1de70a7e
Make it explicit that gtmr parent is a Taiwanese set (nw) 2019-11-25 20:32:07 +01:00
Ivan Vangelista
3f50bc1ab5 flstory.cpp: updated dips for victnine, taken from manual [Guru] 2019-11-25 19:38:21 +01:00
sasuke-arcade
fb4e3c69f3 ssrj.cpp: Enable difficulty of DIPSW even if operation type is 2-4. (#5965)
This implement was due to I reported incorrect information to testers. Sorry.
2019-11-25 19:19:51 +01:00
AJR
974e9714a4 vanguard, fantasy, pballoon, nibbler: Insert wait states when reading from upper memory (not lower memory) 2019-11-25 10:03:13 -05:00
AJR
a2cd5d031e vanguard, fantasy, pballoon, nibbler: Insert wait states when reading from low memory 2019-11-25 09:45:15 -05:00
AJR
b3d6c08db2 vanguard, fantasy, pballoon, nibbler: Increase CPU clock speed to match available schematics 2019-11-25 08:32:24 -05:00
Firehawke
a10af356cc Update documentation (nw)
* Update MAME docs revision to 0.216
* Add FAQ question about autofire with walkthrough of setup process.
* Add VSCode .gitignore for RST compilation temporary folder (/docs/source/_build)
* Add a caveat about autofire+normal fire mapping
* Add -lowlatency to the docs.
2019-11-25 18:51:44 +11:00
AJR
aadd818687 Clean up render_screen_list code, replacing simple_list with std::list (nw) 2019-11-24 16:46:03 -05:00
AJR
e2fcccbd10 disound.cpp, sound.cpp, speaker.cpp: Use fill_n and resize to zero memory instead of memset (nw) 2019-11-24 15:24:18 -05:00
MooglyGuy
8dd5e3d200 -bgfx: Fixed Github issue #5961. [Ryan Holtz] 2019-11-24 19:30:08 +01:00
AJR
bb54cd8d23 Fix clang error: cannot initialize a parameter of type 'void *' with an lvalue of type 'volatile unsigned char *' (nw) 2019-11-24 12:04:30 -05:00
yz70s
6a8ffd5ff4 nforcepc: small update to it8703f, more to come (nw) 2019-11-24 17:49:53 +01:00
yz70s
48393e5de8 xbox_pci.cpp: support io port 61 (nw) 2019-11-24 17:49:52 +01:00
yz70s
4ce85e28ca xbox_usb.cpp: remove some problems (nw) 2019-11-24 17:49:51 +01:00
yz70s
ffc1b9a49f intelfsh.cpp: sst 49lf020 does not support certain commands in certain states (nw) 2019-11-24 17:49:50 +01:00
Vas Crabb
8c4f10d3aa apparently 3AM is not the time to code (nw) 2019-11-25 03:29:33 +11:00
Vas Crabb
9525108f78 helps to git add before git commit (nw) 2019-11-25 03:24:12 +11:00
Vas Crabb
d2f3d02908 pre-fill things allocated with operator new with 0xcd in debug builds (value can be changed by setting global g_mame_new_prefill_byte with a debugger) - this is gonna hurt performance, but it will help catch issues exposed when we remove pre-clearing before constructing devices 2019-11-25 03:20:08 +11:00
couriersud
29fa035d48 Opengl: Apply line width provided by renderer. [Couriersud] 2019-11-24 17:11:50 +01:00
couriersud
2e5617dff2 bgfx: Fix edge case around B/C/G settings. [Couriersud]
If e.g. kidniki is started with default gamma (1.0), changing gamma with
slider doesn't work. Setting to a gamma <> 1 and restarting MAME will
apply the gamma. This commit fixes this.
2019-11-24 17:07:09 +01:00
ajrhacker
f8252286db
Merge pull request #5959 from clawgrip/patch-1
midxunit.cpp: Add PCB ASCII layout and undumped GAL placeholder (nw)
2019-11-24 10:37:44 -05:00
ajrhacker
14d8cce346
Merge pull request #5960 from DavidHaywood/241119_3
vt1682 - swap bg pen fallthrough for boxing, adjust render/latching timing slight, correct spellings
2019-11-24 10:36:48 -05:00
sasuke-arcade
9eb74a7b41 galivan.cpp : Add hide text layer support, and fix text color attlibute (#5957)
* galivan.cpp : Add hide text layer support, and fix text color attlibute

- 06946: dangar, dangara, dangarb, dangarbt, dangarj: missing black screen between areas (black hole warp)
- 07493: dangar, dangara, dangarb, dangarj, galivan, galivan2, galivan3: Some text displays red, but actial is white
- Fixed corrupt title logo of dangar.

* Fix source format

* Fix source format
2019-11-24 10:35:52 -05:00
ajrhacker
723969154f
Merge pull request #5958 from sasuke-arcade/teracre_video_fix
teracre.cpp: Add hide text layer support (used in horekid)
2019-11-24 10:35:15 -05:00
Vas Crabb
fdfc4755cd Merge branch 'release0216' of https://github.com/mamedev/mame into genericslot
Conflicts:
	src/osd/modules/render/bgfx/chain.h
	src/osd/modules/render/bgfx/chainentry.h
	src/osd/modules/render/bgfx/chainmanager.h
2019-11-25 01:50:47 +11:00
Vas Crabb
08ae088175 srcclean (nw) 2019-11-25 01:46:38 +11:00
MooglyGuy
af2860f6f1 -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] 2019-11-25 01:43:21 +11:00
Vas Crabb
5b483a2f44 clean up capitalisation in titles (nw) 2019-11-25 01:43:02 +11:00
MooglyGuy
4cccc0183c -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] 2019-11-24 15:40:28 +01:00
DavidHaywood
3928cc8663 vt1682 - swap bg pen fallthrough for boxing, adjust render/latching timing slightly for racing games, correct spellings. 2019-11-24 13:30:36 +00:00
ClawGrip
798896442c
midxunit.cpp: Add PCB ASCII layout and undumped GAL placeholder (nw) 2019-11-24 14:26:20 +01:00
Nigel Barnes
19a09406a6 bml3rtc: save state (nw) 2019-11-24 13:06:43 +00:00
MetalliC
46f414697f (nw) 2019-11-24 13:55:09 +02:00
MetalliC
59b945b7a2 new NOT_WORKING machines
-----------------------
Super Mario Fushigi no Korokoro Party (center) [SpinalFeyd]
Super Mario Fushigi no Korokoro Party (satellite) [SpinalFeyd]
2019-11-24 13:32:23 +02:00
Sasuke
461b45e504 teracre.cpp: Add hide text layer support (used in Cofree break of horekid)
- 07494: horekid, horekidb, boobhack: Coffee break doesn't show
2019-11-24 18:28:26 +09:00
Ivan Vangelista
2edc04e29c Machines promoted to working
----------------------------
Channel Three [Team Europe, Grull Osgo, Ivan Vangelista]
2019-11-24 09:02:42 +01:00
Lord-Nightmare
e9a9ec7316 Improve the ROM labels for the CM-32P based on PCB pictures. [Lord Nightmare, ValleyBell] 2019-11-23 23:37:32 -05:00
Vas Crabb
e64edf6c71 srcclean and indentation cleanup (nw) 2019-11-24 13:52:11 +11:00
couriersud
6e87489527 popeye: Minor modernization. (nw) 2019-11-24 03:48:28 +01:00