Commit Graph

45227 Commits

Author SHA1 Message Date
Vas Crabb
97af4221ed Merge pull request #1128 from JoakimLarsson/sccbug_sun4_40
Sccbug sun4 40
2016-07-22 10:10:58 +10:00
Joakim Larsson Edstrom
b92b857b6c Added support for delayed change of Tx baudrate 2016-07-22 00:22:41 +02:00
Joakim Larsson Edstrom
f35858437e Added more SCC init sequences 2016-07-22 00:21:23 +02:00
Vas Crabb
85d9536cdb Merge pull request #1126 from npwoods/softlist_simplelist_transition
Changed some usage of simple_list to std::list in the softlist code
2016-07-21 20:43:36 +10:00
Nathan Woods
7e729626ce Incorporating Vas Crabb feedback 2016-07-21 06:40:07 -04:00
Nathan Woods
a1e4e90619 Changed some usage of simple_list to std::list in the softlist code 2016-07-21 06:17:14 -04:00
couriersud
1e40d95e8b Netlist updates:
- Removed trampolines (OUTLOGIC, INPLOGIC and friends). 
- Started using doxygen comment and documentation style. Added doxygen
files to documentation folder. 
- Refactored code triggered by doxygen output. 
- Moved internal and support classes into namespace detail. 
- Use an anordered map in parser. 
- -Wconversion fixes - All done now. 
- Fixed -Wold-style-cast warnings in netlist code. 
- Added iterators to pstring. 
- Moved two macros, added more RAII and improved exceptions. Fixed some
bugs in parser code. 
- Fixed a number of bugs in parser code and exception handling. 
[Couriersud]
2016-07-21 11:05:55 +02:00
Robbbert
7a69d48edd Pasopia: minor fixes (nw) 2016-07-21 18:42:58 +10:00
Vas Crabb
3577df39d6 moar keyboard scancode layouts and notes (nw) 2016-07-21 15:06:54 +10:00
Vas Crabb
880d31a573 std::string::c_str() const never returns nullptr
also get rid of extra length parameter using a template
2016-07-21 13:42:39 +10:00
Vas Crabb
b868d98d32 Merge pull request #1124 from npwoods/more_stdstring_in_softlist
Changed the softlist code to more aggressively use std::string
2016-07-21 13:04:45 +10:00
Nathan Woods
40a9e78704 Vas Crabb feedback: Better adoption of move constructors, other cleanups 2016-07-20 19:16:30 -04:00
bmcphail
805f2991d3 Merge branch 'master' of https://github.com/mamedev/mame 2016-07-20 17:12:35 -04:00
Ivan Vangelista
005ed11061 expro02.cpp: oki map instead of memcpy, standard palette, removed a pair of unused variables, enabled save state support (nw) 2016-07-20 23:13:03 +02:00
bmcphail
02612740da Merge branch 'master' of https://github.com/mamedev/mame 2016-07-20 17:08:28 -04:00
bmcphail
14d8266655 adding new ffantasy set 2016-07-20 17:07:11 -04:00
hap
e78ee1be2e New clone added
----------------
Sensory Chess Challenger 9 (set 2) [anonymous]
2016-07-20 19:55:01 +02:00
Vas Crabb
5ad599f088 SPARC keyboard: get rid of some annoying printfs, use constants [Vas Crabb] 2016-07-21 02:50:43 +10:00
Ivan Vangelista
c17d03a053 spdodgeb.cpp: simplified rom loading (nw) 2016-07-20 18:31:46 +02:00
Vas Crabb
19ce9fd41a Make Sun keyboard port its own bus [Vas Crabb] 2016-07-21 02:25:42 +10:00
Vas Crabb
9711a68c54 SPARC keyboard: remove transmit delay hack, emulate keyclick [Vas Crabb] 2016-07-21 02:25:42 +10:00
MetalliC
4477e5d4b0 tiamc1 update:
main clock verified against original schematics and docs,
Kot-Rybolov uses single i8253 timer for 'sound', the rest 2 controls (at least background's) view area size,
Gorodki have AD stick, not paddle
2016-07-20 19:06:26 +03:00
MetalliC
ddc4bbe2de fix Maximum Speed romload (typo?) 2016-07-20 18:49:44 +03:00
Miodrag Milanovic
58f3467d59 temp for mingw gcc 6.1 till update bgfx code (nw) 2016-07-20 17:10:06 +02:00
Nathan Woods
c86ab9dbac Exposed several strings as std::string on softlist objects, and fixed a few bugs 2016-07-20 09:44:27 -04:00
Vas Crabb
03e477aa0e Merge pull request #1121 from JoakimLarsson/sun475_sccbug
Sun475 sccbug
2016-07-20 18:12:29 +10:00
Nathan Woods
8e169de1cd Using std::string more pervasively in softlist.cpp 2016-07-19 22:19:08 -04:00
Vas Crabb
ab48d5d333 Merge pull request #1122 from npwoods/softlist_const_correctness
const correctness related changes to softlist
2016-07-20 12:12:34 +10:00
briantro
4d415f51f7 New Bubble Trouble clone
New Clone Added
-----------------------------------------------------------
Bubble Trouble (World, Rev B) [Alex Cmaylo, The Dumping Union]
2016-07-19 20:40:03 -05:00
cracyc
2af957118a plugins/cheatfind: don't create 100 copies of a large function when we only need one (nw)
---
The stub keeps the current match in scope so it can be passed on if necessary
2016-07-19 19:53:05 -05:00
Nathan Woods
12369fe758 const correctness related changes to softlist 2016-07-19 20:40:45 -04:00
cracyc
8d9fb8e4a9 plugins/cheatfind: name cheats (nw) 2016-07-19 19:13:09 -05:00
Joakim Larsson Edstrom
0982f2a337 Added setup sequence for the keyboard SCC 2016-07-19 21:32:40 +02:00
Joakim Larsson Edstrom
e7defcb712 Removed workaround for the problem with undetected baudrate change from 1200 to 9600 baud in the scc driver 2016-07-19 21:15:41 +02:00
Joakim Larsson Edstrom
8ee69fd4b1 Added support for changing the BRG constants after enabling Rx/Tx 2016-07-19 21:09:48 +02:00
Ivan Vangelista
4395a9ebbf vball.cpp: simplified rom loading (nw) 2016-07-19 17:30:09 +02:00
R. Belmont
9e976a12c2 quick compile fix/hack until later today (nw) 2016-07-19 09:25:12 -04:00
Vas Crabb
5b52c7b52c Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
This reverts commit 8a2b81ef87.
2016-07-19 22:48:46 +10:00
Firehawke
8a2b81ef87 Revert "Merge branch 'master' of https://github.com/mamedev/mame"
This reverts commit 23b43841ef, reversing
changes made to 927fda7121.
2016-07-19 04:40:16 -07:00
Firehawke
23b43841ef Merge branch 'master' of https://github.com/mamedev/mame 2016-07-19 04:29:36 -07:00
Firehawke
927fda7121 Verbose log INI parse chains more fully (nw) 2016-07-18 21:35:57 -07:00
arbee
09f7a8e216 tv990: checkpoint (nw) 2016-07-18 23:59:15 -04:00
Vas Crabb
4bfb2b1de7 Merge pull request #1120 from npwoods/imgcntrl_cleanups
Miscellaneous cleanups to imgcntrl.[cpp|h] and calling code
2016-07-19 12:05:51 +10:00
Nathan Woods
f1355fe575 Making menu_control_device_image::populate() be private 2016-07-18 22:01:05 -04:00
Scott Stone
e6a3ff36df Fixed printf to give a linefeed so "Average Speed:" is located in its own line as expected (nw) 2016-07-18 19:47:51 -04:00
Nathan Woods
f4774fc776 Miscellaneous cleanups to imgcntrl.[cpp|h] and calling code 2016-07-18 17:41:22 -04:00
Scott Stone
f7a17cb923 Merge branch 'master' of https://github.com/mamedev/mame 2016-07-18 16:30:02 -04:00
cracyc
4a3416826d atpci: fix MT #6305, kbd is at pcibus:1:i82371ab:kbd (nw) 2016-07-18 14:47:04 -05:00
cracyc
7c34de398c rainbow, vt240: ununbreak writes to DTR (nw) 2016-07-18 14:38:21 -05:00
Nigel Barnes
461da9b647 New WORKING clones added
------------------------
LTM Portable (B+) [Nigel Barnes]
LTM Portable (Master) [Nigel Barnes]
2016-07-18 19:29:51 +01:00