Commit graph

41375 commits

Author SHA1 Message Date
Vas Crabb
55c7167b34 More adjustment 2016-03-04 21:54:14 +11:00
Vas Crabb
1f4f10f1c5 Clean up, update to reflect inclusion of more systems 2016-03-04 21:36:19 +11:00
Vas Crabb
388f50043d details 2016-03-04 21:22:34 +11:00
Vas Crabb
865ee8b1ee Clean up 2016-03-04 21:16:39 +11:00
Miodrag Milanovic
35ccf865aa deleted old license and restrictions mentioned in mame.txt (nw) 2016-03-04 11:04:29 +01:00
Miodrag Milanovic
5cef4e1f91 Added LICENSE file and updated README.md (nw) 2016-03-04 11:00:21 +01:00
Miodrag Milanovic
8d4f4d62aa remove remaining files (nw) 2016-03-04 09:27:47 +01:00
Miodrag Milanovic
c5836d89d7 Demoted svi318 to skeleton (nw) 2016-03-04 09:27:47 +01:00
Vas Crabb
0942111794 Change %d to %u to correct ARGB settings display 2016-03-04 19:09:30 +11:00
Miodrag Milanovic
cc2330d739 Fix compile are demote drivers (nw) 2016-03-04 08:33:22 +01:00
Lord-Nightmare
dc6e705c0c fix mess.lua build until rest of mboard dependencies are flushed (nw) 2016-03-04 01:56:55 -05:00
Vas Crabb
5a5b787081 Further reduce template instantiations 2016-03-04 16:46:56 +11:00
Vas Crabb
05ce8f1be3 Couple more Japanese translations 2016-03-04 16:46:55 +11:00
RobertoFresca
df1ad60a93 New machines marked as NOT_WORKING
----------------------------------
Butterfly Dream 97 / Hudie Meng 97 [Roberto Fresca, Ioannis Bampoulas]
2016-03-04 00:12:02 -03:00
briantro
be04277704 peplus.cpp: Add dump of cap1144.u50 [Badbaud] 2016-03-03 21:01:56 -06:00
hap
d2ca8a0a6e OCD 2016-03-04 00:42:26 +01:00
angelosa
92ba01534a Assume protected, nw 2016-03-03 23:37:19 +01:00
hap
86c6573d3b tispeak: added notes 2016-03-03 22:28:55 +01:00
Miodrag Milanovic
9a8c689960 Removed code from Ralf Schaefer and demoted drivers to skeleton and not working (nw) 2016-03-03 21:15:37 +01:00
Ivan Vangelista
afb2d8e0ef badlands.cpp: configured banking for the audiocpu instead of memcpy (nw) 2016-03-03 20:52:24 +01:00
Ivan Vangelista
e900499687 aerofgt.cpp: oki memory map for aerfboot (nw) 2016-03-03 20:48:33 +01:00
David Haywood
d51aa530be remove drivers by 'Edgardo E. Contini Salvan' due to unresolved licensing (replaced with skeleton containing ROM loading only) 2016-03-03 18:45:14 +00:00
David Haywood
4fbd1d7bab remove all drivers by 'insideoutboy' due to unresolved licensing, replaced with skeleton drivers (rom loading only) 2016-03-03 18:38:56 +00:00
Miodrag Milanovic
ccc12869fd these are constexpr so calculation does not cost (nw) 2016-03-03 19:30:37 +01:00
Miodrag Milanovic
b68fef4f05 Phil Stroffolino did rewrite and made driver functional, Enriques initial investigation deserves thanks-to at least (nw) 2016-03-03 18:06:54 +01:00
Miodrag Milanovic
cc01279d44 Ed was a dumper (nw) 2016-03-03 17:56:31 +01:00
Miodrag Milanovic
4e692234c4 Update license for Hau on his request (nw) 2016-03-03 17:37:53 +01:00
Brad Hughes
22f8848c25 Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-03 11:27:41 -05:00
Brad Hughes
4fadaa781d Add module probe support for directwrite so we can fall back cleanly. 2016-03-03 11:27:09 -05:00
Brad Hughes
e153edfaec Code cleanup in rawinput plus use common code for dynamic function binding. 2016-03-03 11:26:08 -05:00
Miodrag Milanovic
23ae468189 use chrono calls for time handling in core (nw) 2016-03-03 15:46:15 +01:00
angelosa
2c3d684570 This HW actually runs at 256 x 224, especially noticeable in Go Go Mr. Yamaguchi, nw 2016-03-03 15:29:08 +01:00
Vas Crabb
33b77a8722 Reduce number of formatting template instantiations needed - should reduce compile time and executable size a bit
Small run-time performance penalty shouldn't be a big deal
2016-03-04 01:04:10 +11:00
Vas Crabb
61b531522a Implement swappable concept properly 2016-03-04 01:04:10 +11:00
Miodrag Milanovic
b3a99d76e1 messed up yesterdays commit (nw) 2016-03-03 12:17:55 +01:00
Miodrag Milanovic
aa3f554b1e Fix tools building on windows (nw) 2016-03-03 10:11:31 +01:00
Miodrag Milanovic
f62a143601 converted Serbian Latin to Cyrillic (nw) 2016-03-03 09:44:06 +01:00
Miodrag Milanovic
a77ca0819a Serbian translation (nw) 2016-03-03 07:45:18 +01:00
dankan1890
6d4f627035 menu: fixed top line computation. (nw) 2016-03-03 01:52:34 +01:00
Brad Hughes
028b4c5b21 Fix DirectWrite font module init error handling 2016-03-02 16:23:45 -05:00
Brad Hughes
ad6aaa81a9 link ole32 on Windows. Needed for CoInitializeEx() 2016-03-02 16:23:08 -05:00
Brad Hughes
fd8ab966b5 Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-02 15:06:03 -05:00
Brad Hughes
cb6f06ee30 Simplify xinput dynamic linking 2016-03-02 15:05:42 -05:00
dankan1890
1914702e6f dirmenu: proper removal of the folder from the path. (nw) 2016-03-02 20:39:20 +01:00
Sandro Ronco
a43278be3d New NOT WORKING systems
----------------------------------------------
Sharp Wizard OZ-750
2016-03-02 20:31:29 +01:00
Brad Hughes
39964e6b38 Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-02 14:14:47 -05:00
Brad Hughes
8803de248e Add DirectWrite font support module 2016-03-02 14:13:53 -05:00
Curt Coder
99ba45ff75 newbrain: Dumped the COP internal ROM. [Chris Despinidis]
newbrain: Rewrote the driver to modern standards. [Curt Coder]
cop400: Implemented the MICROBUS interface. [Curt Coder]
2016-03-02 20:54:32 +02:00
David Haywood
7ccca7f3fc new clones
Cabal (UK, Trackball) [caius]
2016-03-02 18:36:44 +00:00
David Haywood
b6f02fe09d tweak naming (nw) 2016-03-02 17:56:48 +00:00