cracyc
2dc4768386
tv990: WIP (nw)
...
i286: hlt requires CPL == 0 independent of IOPL (nice job intel) (nw)
2016-07-23 12:42:18 -05:00
Miodrag Milanovic
0a95a35f0d
compile fix (nw)
2016-07-23 19:14:45 +02:00
Miodrag Milanović
6a37a47889
Merge pull request #1136 from npwoods/move_hash_into_util
...
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced into util::
2016-07-23 19:04:30 +02:00
Nathan Woods
4aa0ab1724
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and hashing.[cpp|h]) into util::
2016-07-23 12:49:33 -04:00
Miodrag Milanovic
38e8953add
try one old good fix (nw)
2016-07-23 18:48:41 +02:00
Miodrag Milanovic
17080e6959
Revert "fix building with gcc 6.1.0 by making it consistent with other source files. (nw)"
...
This reverts commit 4423c242a6
.
2016-07-23 18:47:39 +02:00
smf-
4423c242a6
fix building with gcc 6.1.0 by making it consistent with other source files. (nw)
2016-07-23 16:18:34 +01:00
Dirk Best
a2189e47d4
input_merger: Change license to BSD-3
2016-07-23 15:57:39 +02:00
Dirk Best
fa44864f5a
Update apricotf driver to use new input merger device as example
2016-07-23 15:33:18 +02:00
Dirk Best
6b70c2a0e8
Add a device as proof of concept which merges several input lines into a common output line, supporting both active high and active low inputs
2016-07-23 15:33:15 +02:00
Vas Crabb
ac9001694f
Merge pull request #1127 from wallyweek/wallyweek
...
Updated *nix man pages.
2016-07-23 23:21:05 +10:00
Vas Crabb
fe956e9aa9
Merge pull request #1131 from npwoods/consolidate_call_softlist_load
...
Consolidated implementations of device_image_interface::call_softlist_load()
2016-07-23 23:18:50 +10:00
Vas Crabb
b1b8bf3bdf
Merge pull request #1132 from MooglyGuy/master
...
Remove needless timekeeper init in sun4
2016-07-23 23:12:49 +10:00
Nathan Woods
e45d316bc9
Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from 'software_list_loader'
2016-07-23 09:10:14 -04:00
S.Z
4b484b7edb
Merge pull request #1135 from MASHinfo/patch-8
...
Fixed arcade only build
2016-07-23 12:54:48 +02:00
MetalliC
42390411ef
tiamc1 docs (nw)
2016-07-23 13:52:55 +03:00
mahlemiut
95d4f4d4be
amstrad: allow any value for the last byte in Plus ASIC unlock sequence
2016-07-23 22:51:41 +12:00
MASH
79ca52d2e2
Fixed arcade only build
...
Fixed "undefined reference to 'SUNKBD_PORT'.." in arcade only build.
2016-07-23 11:43:25 +01:00
Miodrag Milanovic
52f5d4d0c1
This part was not meant to be commited (nw)
2016-07-23 11:30:30 +02:00
Miodrag Milanovic
d6179859ad
Fix order of evaluation making imgui debugger not fail on starting without driver selected (nw)
2016-07-23 11:26:09 +02:00
Miodrag Milanovic
b2ebca6189
prevent crashing (nw)
2016-07-23 11:10:17 +02:00
Miodrag Milanovic
a9e89e4f17
Fixed separate compile of drivers using sharc/ADSP21062 cpu (nw)
2016-07-23 11:10:17 +02:00
Vas Crabb
820e0ba0ee
sun keyboard: add Type 5 Japan option type5jphle
2016-07-23 15:20:00 +10:00
Vas Crabb
04b1f207e1
sun keyboard improvements: [Vas Crabb]
...
* Add diagram for Type 5 International layout
* Make AltGr work at least some of the time in natural keyboard mode
* Add Type 5 Swedish keyboard option type5sehle
* Rename type5ukhle to type5gbhle
* Remove less useful constructors
2016-07-23 14:32:42 +10:00
mahlemiut
4cf4777a5d
amstrad: fix undocumented mode 3. [Barry Rodewald]
2016-07-23 14:14:36 +12:00
Vas Crabb
cb55d2196f
Merge pull request #1134 from JoakimLarsson/sccbug_hk6810
...
Verified correct SCC clock, which with latest SCC device driver updat…
2016-07-23 10:32:41 +10:00
Joakim Larsson Edstrom
8f7e820f02
Verified correct SCC clock, which with latest SCC device driver updates works correctly
2016-07-23 01:49:13 +02:00
therealmogminer@gmail.com
197d01d385
Merge remote-tracking branch 'mainline/master'
2016-07-23 00:38:56 +02:00
Nigel Barnes
5ed2fafba4
bbc: reinstated interrupt trampolines (nw)
2016-07-22 19:15:33 +01:00
Nigel Barnes
775b9ed3cd
atom: added more utility roms to softlist
2016-07-22 19:15:33 +01:00
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
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