Commit Graph

45897 Commits

Author SHA1 Message Date
Vas Crabb
2fc16aaea3 Make ACIA write initial line state in reset to avoid crash (nw)
need stuff to be resolved before stuff happens like this
2016-07-22 17:03:05 +10:00
Vas Crabb
269e3f9976 Add an emulated Sun keyboard to RS232 adaptor [Vas Crabb] 2016-07-22 17:02:22 +10:00
Ivan Vangelista
c07ea6ab99 ohmygod.cpp: oki memory map instead of memcpy (nw) 2016-07-22 07:27:49 +02:00
Vas Crabb
e2774ba254 sunkbd: split up HLE into proper type 3, type 4 and type 5, hook up sun3 family keyboard, set default keyboard appropriately for different families [Vas Crabb] 2016-07-22 15:21:40 +10:00
therealmogminer@gmail.com
5fe34b17cb Remove needles timekeeper init 2016-07-22 04:37:04 +02:00
Vas Crabb
4c68e0924a Fix bad keyboard mapping 2016-07-22 11:50:00 +10:00
Vas Crabb
715990afe3 Merge pull request #1130 from MooglyGuy/master
Get sun4_40 happy with SCSI DMA [Ryan Holtz]
2016-07-22 11:41:09 +10:00
Nathan Woods
ae5dab64d7 device_image_interface::call_softlist_load() was a virtual function where every implementation was one of two copy-and-paste jobs. This change consolidates all of these implementations, replacing that virtual function with a mere hook that chooses which technique to perform 2016-07-21 21:10:18 -04:00
therealmogminer@gmail.com
1cf1d00b7a Get sun4_40 happy with SCSI 2016-07-22 03:06:42 +02:00
therealmogminer@gmail.com
92eaa0047c Merge remote-tracking branch 'mainline/master' 2016-07-22 03:05:42 +02:00
Vas Crabb
97af4221ed Merge pull request #1128 from JoakimLarsson/sccbug_sun4_40
Sccbug sun4 40
2016-07-22 10:10:58 +10:00
therealmogminer@gmail.com
88d601e2aa Merge remote-tracking branch 'mainline/master' 2016-07-22 01:54:29 +02:00
AJR
8995d84034 Cure software lists of validity checking errors (nw)
- Fix stupid logic errors in software_list_device::internal_validity_check
- Allow info and feature list entries to provide an empty string as the value
- Change a couple of null publisher entries in vz_cass.xml to "<unknown>"
2016-07-21 18:58:03 -04: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
AJR
68e67fbd40 SPI System: Hook up flip screen SW (not implemented yet) 2016-07-21 15:35:15 -04:00
Cesare Falco
8fe3ae2cef Updated *nix man pages. 2016-07-21 19:08:08 +02:00
AJR
39d59aada8 SPI input cleanups, tweaks, notes (nw) 2016-07-21 09:59:50 -04: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
Bavarese
68dec18c85 Update rainbow.cpp
(nw)
2016-07-21 11:41:35 +02: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
Bavarese
ba52373b65 Update rainbow.cpp
5.25 PC/DD drive for use with 3rd party driver (see instructions in driver). Simplify RTC / ClikClok accesses.
2016-07-20 13:22:41 +02: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