Commit Graph

51919 Commits

Author SHA1 Message Date
MASH
c1513a8517 Fixed missing VLM5030 speech in Hyper Crash
Fixed missing VLM5030 speech in Hyper Crash since MAME 0.176. Also increased VLM volume.

MAME 0.176:
https://git.redump.net/mame/commit/?id=b9032a023abf81c23481ba02d258c1cf1ef26896
Convert VLM5030 to device_memory_interface; correct region lengths

https://git.redump.net/mame/commit/?id=cd502b4fdba620de705dcc1a675ae308a366933e
Fix VLM loading in jailbrek and clones
2017-06-05 21:31:15 +01:00
Ted Green
ae850a9d66 z80scc: Move rearming of tx interrupt from tx buffer write to transmit complete when using WR0_RESET_TX_INT. (nw) 2017-06-05 11:53:32 -06:00
angelosa
bd7bb286b8 royalmah.cpp: added 6845 to janyoup2 (nw) 2017-06-05 17:13:37 +02:00
angelosa
503a256642 Split PROMs (nw) 2017-06-05 16:18:02 +02:00
angelosa
1e902477f5 Working mahjong panel inputs (nw) 2017-06-05 15:50:20 +02:00
AJR
545c0bf545 Merge remote-tracking branch 'upstream/master' 2017-06-05 09:10:05 -04:00
AJR
8f703ed4e5 ron2: Various improvements (nw)
- Make sound commands actually work
- Some more plausible clocks based on PCB photo
- Actually use T0 CLK for something
2017-06-05 09:07:26 -04:00
fulivi
3a2c296e81 HP9845: improved keyboard mapping & German layout (#2351)
* hp9845: improved keyboard mapping
* hp9845: removed log message
* hp9845: implemented SHIFT LOCK key. Added pop-ups to show state of toggle keys. Better naming of keys.
* hp9845: implemented 45B/45C/45T variants with German keyboard layout
* hp9845: updating of softkeys on bezel decoupled from their irq status
* hp9845: lowered volume of beeper (was too loud according to A.Kueckes)
* floppy: should have been ">=" from the start, ops!
* floppy: ops #2! Left a debug printf in..
* hp9845: Added PORT_CHAR macros to characters on German kbd
* hp9845: added output to layout LEDs for latching keys
* hp9845: removed redundant PORT_NAMEs from German kbd mapping
2017-06-05 21:39:18 +10:00
Ivan Vangelista
112af4600f New working clone
-----------------------------
Mach-9 (bootleg of Vulgus) [Marcos75, The Dumping Union]
2017-06-05 08:42:26 +02:00
Scott Stone
666ab7a5d6 Fixed erroneous space padding before linefeed on -listclones and -listbrothers output. [Tafoid] 2017-06-04 17:27:29 -04:00
angelosa
599ebc3d01 ron.cpp: First look at sound (nw) 2017-06-04 21:18:10 +02:00
angelosa
16e2a361cc Fix template_driver.cpp compile (nw) 2017-06-04 19:16:02 +02:00
AJR
eec313e99d aceattac, aceattaca: First stab at I/O board (nw) 2017-06-04 12:43:57 -04:00
AJR
bee4f814f5 tlcs90: Forwarding and some other stuff (nw) 2017-06-04 11:12:12 -04:00
AJR
34360c63cc aussieby: Better way to set up the RTC (nw) 2017-06-04 10:54:26 -04:00
MetalliC
26090ea1a6 naomi.cpp: converted existing M1-type cart SN# EEPROMs data to be like real dumps [MetalliC] 2017-06-04 17:44:52 +03:00
Ted Green
108e1faed2 voodoo: Also calculate dither pointer when needed for fogging. Fixes graphics crash in sf2049. (nw) 2017-06-04 07:19:19 -06:00
Ted Green
4aa87523ea dmadac: Check if list item exists before calling member function. (nw) 2017-06-04 07:19:19 -06:00
Ted Green
a39a6f6176 adsp2100: Make HALT_LINE halt the cpu and add function for get base address of circular buffer. (nw) 2017-06-04 07:19:19 -06:00
MetalliC
d8d323ccd7 naomi.cpp: add 5 real dumps of SPI EEPROMs used in M1/171-7978B-type cartridges, docs update [f205v, MetalliC] 2017-06-04 15:39:39 +03:00
MetalliC
9c53d21f93 fix incorrect docs so it not confuse people anymore (nw) 2017-06-04 15:30:24 +03:00
Lord-Nightmare
29c0d350ca more typo fixes (nw) 2017-06-04 04:04:39 -04:00
Lord-Nightmare
e3fa1b874e various comment updates (nw) 2017-06-04 04:01:22 -04:00
npwoods
d00079702a [CoCo] Changed device_cococart_interface implementations to do dynamic_casts at config completion (#2356)
This should be considered part of the CoCo cartridge overhaul.  Vas (correctly) suggested that dynamic_casts should be done in interface_config_complete() to avoid calling them at runtime.  This was actually happening inconsistently in the various implementations, and consolidating them is a good cleanup.
2017-06-04 17:35:05 +10:00
Ivan Vangelista
0609fd6091 ron.cpp: fixed compile (nw) 2017-06-04 08:07:47 +02:00
angelosa
57204def70 new NOT WORKING
---------------
Ron II Mah-Jong [system11, Angelo Salese, The Dumping Union]
2017-06-04 07:43:17 +02:00
yz70s
bd0d880c5d pcipc.cpp: add table with bios post codes strings for PhoenixBIOS 4.0 Revision 6 and use it as default (nw)
The tables that were already present did not have the correct codes used by the default bios in the pcipc machine.
2017-06-04 00:12:07 +02:00
cracyc
247f723094 plugins/cheat: oops (nw) 2017-06-03 12:35:17 -05:00
tim lindner
78614368bf Fixed JVC disk format to correctly recognize 2 sided disks. (#2357) 2017-06-03 17:59:15 +02:00
Ivan Vangelista
bb5e122804 ondra.h: fix compile (nw) 2017-06-03 08:47:58 +02:00
Ivan Vangelista
a36b0279f3 taitoio.cpp: fix compile (nw) 2017-06-03 08:46:39 +02:00
Vas Crabb
30e42bb986 coverity, cleanup, constructor delegation (nw) 2017-06-03 16:15:47 +10:00
R. Belmont
0a4ea6bfc7 Merge pull request #2344 from JoakimLarsson/scc_rx_int3
Added support for resetting RX interrupts/status by reading Rx FIFO t…
2017-06-02 22:05:49 -04:00
R. Belmont
2cc6a93485 Merge pull request #2352 from JoakimLarsson/dbox5
New driver NOT_WORKING, Nokia Dbox 1 satellite digital receiver
2017-06-02 22:04:56 -04:00
AJR
22d58fa94d segasnd.cpp: Make "Universal Sound Board with ROM" work again (MT #6599) 2017-06-02 20:27:58 -04:00
AJR
416b1c1034 A little more info on the YMZ chips (nw) 2017-06-02 19:50:29 -04:00
Lord-Nightmare
ab180936e6 ay-3-8910: update/fix documentation and comments, add additional pinouts and links to decaps and documentation (nw) 2017-06-02 19:12:16 -04:00
ajrhacker
2cec2e2a1f Merge pull request #2355 from DavidHaywood/020617
use more likely clocks for littlerb based on PCB XTALS
2017-06-02 19:08:18 -04:00
cracyc
33c65a2afc plugins/cheat: add hotkey support [Carl] 2017-06-02 18:03:25 -05:00
briantro
e6ee45d670 New Time Killer clone
New Clone Added
----------------------------------------------
Time Killers (v1.32I) [Brian Troha, The Dumping Union]
2017-06-02 17:52:26 -05:00
David Haywood
af38b40cec document why (nw) 2017-06-02 20:48:51 +01:00
David Haywood
4d58cf90fa use more likely clocks for littlerb based on PCB XTALS (Main CPU is more likely 8MHz than 12Mhz)
also use a hack to overclock the TMS to 120% so that the map screen renders properly, points at possible timing errors in the core?
2017-06-02 20:43:58 +01:00
hap
f6525c6e76 small update (nw) 2017-06-02 19:09:50 +02:00
Curt Coder
ee89e6e997 Compile fix. (nw) 2017-06-02 17:52:22 +03:00
Curt Coder
eff193d8e4 Compile fix. (nw) 2017-06-02 17:51:30 +03:00
Ivan Vangelista
24066545bd device_add_mconfig: a small start in devices\bus (nw) 2017-06-02 11:00:55 +02:00
Ivan Vangelista
dc7eec650a some more device_add_mconfig. Only devices/bus remains. (nw) 2017-06-02 08:46:37 +02:00
Vas Crabb
9881020929 Fix coverity errors about unintended truncation (nw) 2017-06-02 10:49:07 +10:00
hap
22ee1f4c35 New working clone added
------------
Fidelity Sensory Chess Challenger 9 (rev. B) [yoyo_chessboard]

-----
FYI renames:
fscc9 -> fscc9c
fscc9b -> fscc9
this added clone -> fscc9b
2017-06-01 22:59:34 +02:00
Ivan Vangelista
f94f97270d exidy440.cpp: partial revert of timer_set removal. This needs to be studied better. (nw) 2017-06-01 21:15:23 +02:00