Commit Graph

68852 Commits

Author SHA1 Message Date
AJR
bf490f1356 z180: Minor technical correction to note (nw) 2019-10-02 18:51:00 -04:00
AJR
3ce8352f78 Add internal clock divider for Z180 family and adjust CPU clocks in many drivers to compensate 2019-10-02 18:44:41 -04:00
feos
72f1be6bca Fix AVI framerate
MAME was setting up AVI before devices have properly launched, so default 60fps was used, which resulted in skipped frames in the video if machine's framerate is above 60 (btoads), and presumably duplicate frames for machines below 60fps (haven't tested).

Now every frame that is generated is also present in the video.
2019-10-03 03:43:17 +10:00
Ivan Vangelista
9a12baf6b2 new not working clones
-------------------------------------
Bank Robbery (Ver. 1.23) [Siftware]
2019-10-02 18:54:36 +02:00
Ivan Vangelista
d727b657dd funtech.cpp: enabled save state support, made use of templates, added a note about the GFX ROM (nw) 2019-10-02 18:51:00 +02:00
smf-
3187306416 mingw-clang now links again (nw) 2019-10-02 17:10:51 +01:00
Robbbert
878e2b78ef removed not-needed offset=0 from some softlists 2019-10-03 00:47:24 +10:00
Robbbert
57869cdaca (nw) Housekeeping. 2019-10-02 21:45:07 +10:00
Philip Bennett
2bc95fcd87 New working machine added
---------
Super Dead Heat [Phil Bennett]
2019-10-02 01:07:31 -07:00
Julian Sikorski
fc31772d53 vs2019 fixes, initial clang-cl support (#5698)
* Add initial clangcl support

* Fix uwp builds' vs version typos

* Add missing vs2019 toolchain.lua bits
2019-10-02 14:30:05 +10:00
cam900
5707a77cfe nmk16spr.cpp : Device-fied NMK 16 bit sprite hardware (#5697)
nmk16spr.cpp : Device-fied NMK 16 bit sprite hardware (original source by nmk16.cpp
* Fix flipped case
* Allow pdrawgfx drawing
* Correct clock source (Pixel clock mostly)
* Add value for sprite limitation
* Add notes
* nmk16.cpp, powerins.cpp : Convert sprite draw routine into nmk16spr.cpp

powerins.cpp : Verify clock related to on-board XTALs
2019-10-02 14:12:26 +10:00
pahandav
5be54bab74 apple3: Corrected number row key layout to fix pasting.
The number row used to use the Apple 2
layout and so text didn't paste into MAME
correctly.
2019-10-02 14:04:33 +10:00
Ivan Vangelista
155f344471 suna8.cpp: minor documentation update about Hard Head 2 PCB (nw) 2019-10-01 19:31:48 +02:00
Vas Crabb
42f73e5608 spectrum_cass.xml: fix leading spaces in publishers (nw) 2019-10-02 02:56:30 +10:00
Ivan Vangelista
d24b56565b exidy440.cpp: corrected wrong note about showdown4 set (nw)
lucky37.cpp: corrected include for MCU type (nw)
2019-10-01 18:28:45 +02:00
Ivan Vangelista
a71070a831 galivan.cpp: redumped dangarj audio CPU ROMs [Layer] 2019-10-01 18:27:19 +02:00
Vas Crabb
9a6e04b01f (nw) misc cleanup:
* subhuntr.cpp: S2636 PVI was seemingly uncommented by mistake in 93308b483e - offsets and sound routing seem to be copy/pasted from somewhere
* phi: prettier config
* scramble.cpp, wallc.cpp: avoid some calls to subdevice<...>(...)
* makedep.py: open source files as UTF-8 (GitHub #5482)
* minimaws: be less trusting
2019-10-02 02:11:58 +10:00
Angelo Salese
f7afeebdaf
Squeleton miss (nw) 2019-10-01 16:12:07 +02:00
smf-
a42f6019b6 Fix for Visual Studio builds (nw) 2019-10-01 13:15:38 +01:00
AJR
ee3b871974 prof180x: Add LS259 device; basic corrections to memory maps (nw) 2019-10-01 00:06:51 -04:00
AJR
2363861414 prof180x: Correct CPU type and XTAL frequency (nw) 2019-09-30 23:36:39 -04:00
smf-
3d47f4aeb7 A few more changes to allow Visual Studio 2019 to build mame (nw) 2019-10-01 04:21:02 +01:00
AJR
b7be8d7af9 hawk: Improve I/O map a little (nw) 2019-09-30 23:19:46 -04:00
AJR
68e3a108bc igs017.cpp: Z180 is DIP type (nw) 2019-09-30 22:36:47 -04:00
AJR
2c6a60eeee sstingry: Fix validation (nw) 2019-09-30 22:36:23 -04:00
AJR
6a33b47e79 chsuper.cpp: Revert CPU type change (nw) 2019-09-30 22:31:13 -04:00
AJR
a0f43cfa03 chsuper.cpp: Fix validation (nw) 2019-09-30 22:13:19 -04:00
AJR
7c5bf64d9a hd64180rp: Fix major address space configuration error (nw) 2019-09-30 22:06:16 -04:00
AJR
12c08b06c8 Split generic Z180 device into several subtypes. HD647180X now has specific device emulation for the internal PROM, RAM and parallel ports. 2019-09-30 21:30:10 -04:00
angelosa
04732f1281 MT 07438 (nw) 2019-10-01 01:53:36 +02:00
MetalliC
5f4b2ced63 typo fix (nw) 2019-10-01 01:39:40 +03:00
MetalliC
7b0107f718 cps3: add not compressed Character DMA, jojobar1 image confirmed good, converted to CHDv5 (nw) 2019-10-01 01:26:31 +03:00
angelosa
783a3bae2b alpha68k.cpp, snk68.cpp: converted to a common palette device and decoded it with NeoGeo specs, causing more accurate colors especially visible on dithered backgrounds [Angelo Salese] 2019-10-01 00:08:09 +02:00
couriersud
9cefd516a0 netlist: choose the right ostream type. (nw) 2019-09-30 21:13:21 +02:00
AJR
a0f4b5adf1 tlcs90: Separate TMP90840 and TMP90844 disassemblers 2019-09-30 15:05:29 -04:00
angelosa
b3ca144851 alpha68k.cpp: converted to snk68 sprite chip [Angelo Salese] 2019-09-30 19:59:26 +02:00
Ivan Vangelista
57f5a60bb5 new working clones
------------------------------------------
Bomberman (Version 6.6) [caius, The Dumping Union]
2019-09-30 19:44:31 +02:00
AJR
95ed3c5c6b a1010: Do something ISO 646-DE-ish (nw) 2019-09-30 12:57:14 -04:00
AJR
1b5d8ae5f3 a1010: More accurate screen colors; clock display seems to assume 24-hour mode (nw) 2019-09-30 12:43:41 -04:00
Vas Crabb
722e8720f9 minimaws: allow read-only database connections to be passed between threads (nw) 2019-09-30 23:03:21 +10:00
AJR
856260b096 a1010: Add LED outputs (nw) 2019-09-30 08:13:30 -04:00
smf-
bca6bf52c0 really disable _MAKE.escquote() so the defines in expat.make match the previous version (nw) 2019-09-30 11:08:36 +01:00
Vas Crabb
9fbded3fa1 minimaws: easier mod_wsgi deployment (nw) 2019-09-30 20:00:23 +10:00
smf-
cf1f9cc6bb disable _MAKE.escquote() so the defines in expat.make match the previous version (nw) 2019-09-30 10:06:55 +01:00
Vas Crabb
fcbc60c183 minimaws: python 2 is more fussy about generator function distinction (nw) 2019-09-30 15:00:24 +10:00
Vas Crabb
85376ad4df minimaws: Chromium doesn't like in-place modification of returned JSON data (nw) 2019-09-30 14:54:25 +10:00
AJR
e76da0f586 a1010: More key codes; remove spurious ESC (nw) 2019-09-30 00:43:43 -04:00
Vas Crabb
24544c9dfd minimaws: add web interface for identifying ROM dumps 2019-09-30 14:38:26 +10:00
AJR
2f99560b08 a1010: One more key (nw) 2019-09-30 00:17:07 -04:00
AJR
0fa77f8af2 a1010: Preliminary keyboard (nw) 2019-09-30 00:03:45 -04:00