Nigel Barnes
2689c2ee66
Fixed MT #06313
2016-07-22 19:15:33 +01:00
Nigel Barnes
69f637b4ea
Fixed MT #06312
2016-07-22 19:15:33 +01:00
Nigel Barnes
85f66cc559
e01: reinstated irq trampolines (nw)
2016-07-22 19:15:33 +01:00
Nigel Barnes
32dbd2e277
Fixed MT #06311
2016-07-22 19:15:33 +01:00
Vas Crabb
7f95816215
sun keyboard: add type5ukhle option, fix shift with -natural (not 100% reliable) [Vas Crabb]
2016-07-23 02:54:28 +10:00
Vas Crabb
99aaa2be08
sun keyboard: start with LEDs off (nw)
2016-07-23 00:37:20 +10:00
Vas Crabb
5521cc5fc1
Merge pull request #1133 from npwoods/softlist_stdfind
...
Added a usage of std::find_if() in softlist
2016-07-23 00:12:43 +10:00
bmcphail
3417e02d26
Operation Wolf - fixed bug in 68K->c-chip simulation that could lead to level 2 boss not appearing after first run
2016-07-22 09:53:36 -04:00
Nathan Woods
87d53be505
Added a usage of std::find_if() in softlist
2016-07-22 07:51:56 -04:00
hap
c912765d78
seibuspi: ejsakura multiplexed inputs reading more accurate
2016-07-22 11:56:40 +02:00
hap
5cc22bf630
Merge pull request #1125 from ajrhacker/spiinputs
...
SPI input cleanups, tweaks, notes (nw)
2016-07-22 11:14:49 +02:00
Robert
5bfa83100a
Merge pull request #1129 from ajrhacker/softlist_valid
...
Cure software lists of validity checking errors (nw)
2016-07-22 18:35:17 +10:00
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
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
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
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
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