Commit Graph

69881 Commits

Author SHA1 Message Date
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
couriersud
35f1086ba2 netlist: clang lint fixes and standalone build fix. (nw) 2019-11-24 03:47:36 +01:00
couriersud
1a7b1f2f7d Opengl render driver: fix bug preventing adjustment of ... [Couriersud]
gamma, brightness and contrast. Starting MAME with defaults,
i.e. gamma == 1.0, no rgb palette will be allocated.
If gamma than is changed, a new palette will be allocated. But the
texture will not be updated because the palette is not checked.
This fix will check for palette changes.
Note: if the palette is changed inplace, i.e. without reallocation, this
will fail. The correct fix would be that the texture palette is not only
a pointer to rgb_t * but to texture_palette_type. texture_palette_type
would hold the pointer, the length and a sequential id which is checked
in addition to pointer equality.
2019-11-24 03:46:04 +01:00
R. Belmont
453f7b488f
Merge pull request #5955 from DavidHaywood/241119_2
vt1682 - (plug & play) tweak fallthrough bg colour, improves fade to white cases (nw)
2019-11-23 21:17:04 -05:00
DavidHaywood
ff16354c58 vt1682 - tweak fallthrough bg colour, improves fade to white cases (nw) 2019-11-24 02:08:21 +00:00
ajrhacker
3e651eab99
Merge pull request #5954 from DavidHaywood/241119
vt1682 - (plug & play) render sprites line by line, fix rasters on Place Kick titlescreen
2019-11-23 20:49:21 -05:00
DavidHaywood
9ddc319f76 vt1682 - render sprites line by line, fix rasters on Place Kick title screen 2019-11-24 01:44:02 +00:00
Ivan Vangelista
3dbf46d0a7 new not working machine
---------------------------------------------
Channel Three [Team Europe, Grull Osgo, Ivan Vangelista]
2019-11-23 23:06:01 +01:00
Justin Kerk
26d21906bb visicom.xml: forgot to change the shortname (nw) 2019-11-23 13:25:26 -08:00
Justin Kerk
0bf4ebccd8 visicom.xml: Use romanized titles instead of translations (nw) 2019-11-23 13:18:53 -08:00
braintro
fc39789c9d New working clone
New working clone
------------------
Operation Wolf 3 (Japan) [ShouTime, The Dumping Union]
2019-11-23 14:07:56 -06:00
Ivan Vangelista
f7642759d3 namcops2.cpp: MT07489 (nw) 2019-11-23 18:14:14 +01:00
Ivan Vangelista
57dffe9282 ssrj.cpp: fixed MT07492 [sasuke] 2019-11-23 18:09:36 +01:00
mooglyguy
4fe4965d4f -netlist: Add new devices to net_lib.cpp, nw 2019-11-23 17:38:40 +01:00
Ivan Vangelista
007fc80b61 flstory.cpp: added dip-switch locations [Guru] 2019-11-23 17:27:20 +01:00
mooglyguy
04956ee677 -multipcm: Added optional compile-time sample logging. [Ryan Holtz] 2019-11-23 17:25:47 +01:00
R. Belmont
8637500ca5
Mark trsvidtx as bad dump (nw)
After disassembling the whole thing, the ROM is almost certainly half size and the submitter no longer has the machine to redump it.
2019-11-23 11:24:35 -05:00
AJR
6b7432793a m37710: More accurate mapping of port and interrupt registers; de-duplicate address maps (nw) 2019-11-23 10:26:57 -05:00
MooglyGuy
71ac1a1f1b -netlist: Fixed typo on 7442 diagram, nw 2019-11-23 15:01:20 +01:00
Robbbert
831efab82a (nw) Housekeeping 2019-11-23 23:57:43 +11:00
MooglyGuy
6d9e191488 -netlist: Added 7442 4-Line BCD to 10-Line Decimal Decoder. [Ryan Holtz] 2019-11-23 13:52:24 +01:00
MooglyGuy
881040610e -netlist: Fix typo, nw 2019-11-23 13:31:53 +01:00
MooglyGuy
2aa304ebc7 -netlist: Added 7492 Divide-by-12 Counter. [Ryan Holtz] 2019-11-23 12:43:30 +01:00
mooglyguy
dc3822c31c New working software list additions
-----------------------------------
megadriv
  Crying Dragon (Jpn, Prototype) [Pietro Gagliardi]
2019-11-23 10:34:39 +01:00
R. Belmont
709bed482f
Merge pull request #5948 from cam900/tmap038_mirror
tmap038.cpp : Add tile size check related to vram is found, Move mirroring map into driver
2019-11-22 23:19:31 -05:00
arbee
697576e956 New machines added as MACHINE_NOT_WORKING
-----------------------------------------
TRS-80 Videotex [cuba200611, R. Belmont]
2019-11-22 23:12:54 -05:00
Firehawke
98620ff3af Update Apple II softlists to Nov 22nd, 2019 (#5949)
* New working software list additions
-----------------------------------

apple2_flop_orig: Flight Simulator I (A2-FS1), Lords of Conquest [4am, Firehawke]

apple2_flop_clcracked: Leadsheeter (cleanly cracked) [4am, san, Firehawke]

* New working software list additions
-----------------------------------

apple2_flop_orig: Empire III: Armageddon (Version 1.1), Super Zaxxon, Master of the Lamps, In Search of Space: Introduction to Model Rocketry, Hacker II: The Doomsday Papers [4am, Firehawke]

apple2_flop_clcracked: Empire III Armageddon (Version 1.1) [4am, Firehawke]

apple2_flop_clcracked: PolyWriter (Version 1.2), PolyWriter Utilities (Version 1.2), Midi/8 Plus (Version 1.2), Korg 800 4-Track MIDI Sequencer (Version 1.0) [4am, san, Firehawke]

* New working software list additions
-----------------------------------

apple2_flop_orig: Law of the West, Lane Mastodon vs. The Blubbermen, Indiana Jones in Revenge of the Ancients [4am, Firehawke]

apple2_flop_clcracked: Certificates and More! (cleanly cracked) [4am, Firehawke]

apple2_flop_clcracked: The Railroad Works (CBS Version) (cleanly cracked) [Tom Greene, Firehawke]

apple2_flop_misc: Best of Muse [Tom Greene, Firehawke]

* Fix accidental dupe name. (nw)
2019-11-22 22:42:51 -05:00
cam900
cd8acecaf5 tmap038.cpp : Add tile size check related to vram is found, Move mirroring map into driver 2019-11-23 11:40:05 +09:00