Commit Graph

45530 Commits

Author SHA1 Message Date
Curt Coder
1317019974 pofo.xml: Dumped the File Manager/Tutorial card. [Curt Coder]
pofo: Implemented the A: credit card memory. Fixed the RTC. [Curt Coder]
2016-08-05 21:38:55 +03:00
Ivan Vangelista
c74ea067a3 cclimber.cpp (bagmanf): got it to boot, gfx are completely wrong though (nw) 2016-08-05 19:23:26 +02:00
Robbbert
fc1c242ff4 Play_3: there was an unused function. (nw) 2016-08-06 02:07:58 +10:00
Robbbert
5b33f34a53 Play_3: added some meat to the bones.. (nw) 2016-08-06 01:48:00 +10:00
hap
7484fa999c fix regression: using IPT_START in sms makes mame think joypad 1 is occupied and inserts joypad 2&3 instead of joypad 1&2 2016-08-05 12:56:55 +02:00
Ivan Vangelista
3030f52a77 d6809.cpp: MACHINE_IS_SKELETON already covers MACHINE_NOT_WORKING (nw) 2016-08-05 10:00:22 +02:00
Lord-Nightmare
2c2d4be008 Fixed TNZS ROM locations/labels [Brian A. Troha, Lord Nightmare]
New Clone Added
------------------------------------------
The NewZealand Story (US, old version) (older PCB) [Alex Cmaylo, The Dumping Union]
2016-08-05 01:00:41 -04:00
Robbbert
a475f61dd8 Fixed ROM_FILL when fill value is hex. 2016-08-05 14:06:16 +10:00
cracyc
3fab8741e9 Merge pull request #1191 from shattered/_e1739e9
vt240: unbreak host comms when flow control in null_modem is enabled
2016-08-04 21:04:30 -05:00
Robert
4d305ee629 Merge pull request #1190 from mamehaze/master
various Seibu Refactoring,
2016-08-05 11:07:20 +10:00
Sergey Svishchev
8b43da2f14 vt240: unbreak host comms when flow control in null_modem is enabled 2016-08-05 02:02:59 +03:00
cracyc
4f25a90c75 hiscore: make path expansion work on win32 also (nw) 2016-08-04 16:49:11 -05:00
cracyc
0f05950b9a Merge pull request #1186 from stengun/patch-1
Fix .hi file load and write [stengun]
2016-08-04 16:40:05 -05:00
Roberto Benfatto
234628a88f Revert modifications of 0646ca8 2016-08-04 22:46:42 +02:00
David Haywood
261a277d50 various Seibu Refactoring,
Air Raid, Street Fight and Dark Mist all basically use very similar video systems (4 layers, 2 of them being ROM based tilemaps, a CLUT prom for each layer which controls colours and transparency handling)
this takes some steps towards allowing a common implementation of it.
2016-08-04 21:21:24 +01:00
cracyc
38314fc4a4 hiscore.dat: updates [Leezer] 2016-08-04 14:44:59 -05:00
James Wallace
2fb36796fb Separation of the LDP-1450 laserdisc player to its own device. 2016-08-04 20:12:01 +01:00
Roberto Benfatto
4f83634380 Make hiscore path configurable by ini file 2016-08-04 20:27:16 +02:00
Michael Zapf
267701595b ti99: Fixed RS232 line mapping 2016-08-04 13:43:43 +02:00
Roberto Benfatto
0646ca8b1a Fix .hi file load and write
hiscore.dat and hi folder path were not resolved as expected (their path was relative to mame executable, not to the plugin folder). Explicitly writing them as absolute paths gives the desired behavior.
2016-08-04 07:39:32 +02:00
Vas Crabb
3c47e78419 clang didn't like that... 2016-08-04 13:30:57 +10:00
Michael Zapf
fb5cc92470 Improved logging; fixed missed CTS signal, outgoing RTS, incoming DTR 2016-08-04 01:06:39 +02:00
jbu
3e1996ec5a alto2: replace decoded MIR bit fields
Instead of using a number of UINT8 with the decoded bit fields of the
MIR (micro instruction register), add inline functions to extract the
bits from m_mir. That ought to be faster, because there are fewer memory
accesses in cases where bit fields are not actually used by an instruction.
2016-08-03 23:28:03 +02:00
angelosa
434c885e47 Mahjong Kyo Retsuden is claimed to not work with a mahjong panel ... it does actually? (nw) 2016-08-03 22:48:23 +02:00
jbu
5e5e07cc3f alto2: fix i/o memory read; reduce frame rate
The frame rate is really 30 frames (60 fields) per second.

Reading memory after cycle #5 after the MAR<- is possible, because
the Alto 2 contains a latch for the most recent RAM dword.
Thanks to the LCM and ContrAlto source for the hint!
2016-08-03 20:20:59 +02:00
MetalliC
440c2ffe94 c/p typo (nw) 2016-08-03 20:36:42 +03:00
MetalliC
c459eaac50 Ferrari F355 Japan BIOS dumped [ShouTime] 2016-08-03 20:29:28 +03:00
jbu
ef7710c1be alto2: remove extra screen buffer
Save copying odd / even frame scanlines by immediately updating
the m_dsp.bitmap when a frame buffer word changes.
2016-08-03 18:40:58 +02:00
jbu
8b32480113 alto2: further cleanup + remove cruft
Get rid of the fake status display. Refactor mouse positioning code.
2016-08-03 15:38:18 +02:00
yz70s
4b5b14829c chihiro.cpp: games hotd3 and vcop3 boot too, mj2c throws an exception (nw) 2016-08-03 12:58:55 +02:00
Vas Crabb
ae0e3fbf57 quick fixes to some more stuff that isn't supplementary plane clean 2016-08-03 14:54:28 +10:00
Vas Crabb
938371b64f remove leftover crud (nw) 2016-08-03 13:56:52 +10:00
Vas Crabb
8bb6ec6d6f Merge pull request #1181 from npwoods/fix_swlist_load
This fixes issues where softlist items (that were not for floppies) were loaded from the software list menu
2016-08-03 10:12:49 +10:00
Nathan Woods
a9e706915c This fixes issues where softlist items (that were not for floppies) were loaded from the software list menu
I'm still not 100% satisfied with this patch.  While I got rid of the weird path when hook_proc() was called for a software list item,
I still don't like the whole m_init_phase infrastructure in devices, which seems to be an arbitrary piece of state.  Baby steps...
2016-08-02 20:06:08 -04:00
R. Belmont
b25aca6177 Merge pull request #1179 from Pitou1/master
Patch to fix the Gun#2 not working in Mame, please refer to Bug id 61…
2016-08-02 14:06:35 -04:00
Lord-Nightmare
159b73a708 typo (n/w) 2016-08-02 04:53:35 -04:00
Vas Crabb
8e07fb8117 Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately still no nice speaker icon) 2016-08-02 18:24:14 +10:00
Vas Crabb
b7a7bb4e36 Don't fear the supplementation planes (nw) 2016-08-02 17:53:34 +10:00
Vas Crabb
996935a7cc fix overlong code detection in srcclean 2016-08-02 17:50:39 +10:00
Vas Crabb
bab0c40644 There we go, srcclean eats all our C++ now 2016-08-02 17:14:00 +10:00
Vas Crabb
d7f9370892 Make srcclean a bit more forgiving 2016-08-02 17:12:06 +10:00
Vas Crabb
e406a48885 Can srcclean clean layouts now? 2016-08-02 17:00:58 +10:00
Vas Crabb
889ecdfd4f Let's give the new srcclean a spin... 2016-08-02 16:59:02 +10:00
Vas Crabb
a26a40445b Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] 2016-08-02 16:46:46 +10:00
Patrick Lessard
87a73f6f51 Patch to fix the Gun#2 not working in Mame, please refer to Bug id 6185 on Mametesters. 2016-08-02 00:18:36 -04:00
Vas Crabb
2476380fe0 Merge pull request #1178 from npwoods/fix_softlist_by_slot
Fixed issue that prevented softlist items specified on devices from loading
2016-08-02 13:20:09 +10:00
Nathan Woods
af967d1ee7 Fixed issue that prevented softlist items specified on devices from loading
The issue is that I expected any softlist items passed to devices to be fully qualified (e.g. - apple2e:flop1:agentusa) when in reality, they might not be.  Therefore, I changed the regex that identifies softlist items passed to devices from:

	\\w+\\:\\w+\\:\\w+

to:

	\\w+(\\:\\w+\\:\\w+)?
2016-08-01 23:16:46 -04:00
Vas Crabb
3e22960ea4 default auto CR on LF for generic terminal (nw) 2016-08-02 12:05:40 +10:00
Vas Crabb
4a3e315648 migrate segasp to ROM_PARAMETER for board ID (nw) 2016-08-02 12:05:18 +10:00
Vas Crabb
9d89391384 Merge pull request #1177 from npwoods/more_stdstring_in_diimage
Converted more stuff in diimage to use std::string instead of 'const char *'
2016-08-02 11:13:38 +10:00