Nathan Woods
ff1714798c
Changed the tlcs900 disassembler to use 'std::ostream &' internally
2016-10-29 14:33:40 -04:00
Nathan Woods
fb4744dc54
Changed the SPC700 disassembler to use 'std::ostream &' internally
2016-10-29 14:22:57 -04:00
Nathan Woods
90adb22c2f
Changed the tlcs90 disassembler to use 'std::ostream &' internally
2016-10-29 14:03:17 -04:00
Miodrag Milanovic
0f5eda9c28
Fix for glsl (nw)
2016-10-29 17:38:54 +02:00
Nathan Woods
1959f2c587
Changed the score disassembler to use 'std::ostream &' internally
2016-10-29 09:26:29 -04:00
Nathan Woods
6957bb6a9e
Changed the sm8500 disassembler to use 'std::ostream &' internally
2016-10-29 09:06:59 -04:00
Nathan Woods
ff2a3fd4e7
Changed the m6805 disassembler to use 'std::ostream &' internally
2016-10-29 08:55:08 -04:00
smf-
705dde329e
removed msm5205 volume trampoline (nw)
2016-10-29 12:17:16 +01:00
Olivier Galibert
bde830ac63
Merge pull request #1590 from ajrhacker/unused_cleanup
...
Fix build by removing unused variables; slight cleanup of skylncr.cpp…
2016-10-29 12:07:23 +02:00
smf-
89444a3a46
removed cdda volume trampolines (nw)
2016-10-29 10:10:57 +01:00
Branimir Karadžić
a3b4058bf7
Updated BGFX and BX and recompiled shaders (nw)
2016-10-29 09:11:50 +02:00
Justin Kerk
b99be73f2d
Experimental support for compiling to WebAssembly using Emscripten (not yet working) (nw)
2016-10-29 06:00:45 +00:00
Robbbert
592c51d19e
-DATUM: new driver [Robbbert]
2016-10-29 15:53:59 +11:00
Angelo Salese
0a42c33f8b
ffantasy sports "for use in japan only" screen (nw)
2016-10-29 03:28:01 +02:00
AJR
60b9e6da86
Fix build by removing unused variables; slight cleanup of skylncr.cpp (nw)
2016-10-28 19:35:51 -04:00
Justin Kerk
19e9aa6729
Prevent -Wexpansion-to-defined warning in recent Clang (nw)
2016-10-28 21:59:49 +00:00
Sandro Ronco
1746a9f058
Moved Saitek RISC 2500 into a separate driver and added internal layout and inputs.
2016-10-28 21:38:26 +02:00
Sandro Ronco
6184bba010
arm: implemented Transfers to User Bank in LDM/STM and fixed flags corruption in branch opcodes.
2016-10-28 21:37:42 +02:00
therealmogminer@gmail.com
fc5fc6d4c2
New devices added
...
-----------------
7400 Quad 2-Input NAND Gate [Ryan Holtz]
7404 Hex Inverter [Ryan Holtz]
82S126/82S129 256x4-bit PROM [Ryan Holtz]
2016-10-28 20:08:21 +02:00
hap
5580684580
ñyan? (nw)
2016-10-28 19:21:22 +02:00
Bavarese
9d137d160e
Enhance DEC Rainbow 100 Option Graphics
...
Colors in highres mode and video levels
2016-10-28 18:30:12 +02:00
Ivan Vangelista
ba2cf306fe
New working clones added
...
_____________________
Cosmic Invaders (bootleg of Space Invaders) [penrhos]
2016-10-28 17:04:35 +02:00
Joakim Larsson Edstrom
f9f9fad299
Fixed bug in rr15 - read register 15, inhibiting mac plus & co to boot
2016-10-28 16:56:33 +02:00
Joakim Larsson Edstrom
41003706f0
documented SCC init sequence
2016-10-28 16:54:48 +02:00
smf-
b236d2196d
fixed ML state mask (nw)
2016-10-28 15:48:32 +01:00
smf-
6fe9924c50
added boilerplate comments, sync pc/curpc, add enum for state. (nw)
2016-10-28 15:39:41 +01:00
smf-
f3aa650a3c
increase WS state mask to 4 bits, to match what the emulation does. (nw)
2016-10-28 14:58:33 +01:00
smf-
914f0e1ff8
sync pc/curpc/ml/ws (nw)
2016-10-28 14:32:04 +01:00
smf-
19d4f61756
added boilerplate comments & removed unnecessary formatstr() (nw)
2016-10-28 14:32:04 +01:00
Miodrag Milanovic
b15c273250
Fix validation by qmc2 (nw)
2016-10-28 14:59:55 +02:00
Olivier Galibert
e22eb16739
Merge pull request #1587 from npwoods/lr35902_fix_spacing
...
Fixing spacing
2016-10-28 14:40:56 +02:00
Nathan Woods
a810693268
Fixing spacing
2016-10-28 07:51:42 -04:00
Ivan Vangelista
7eaf8aac14
namcos23.cpp: changed timecrs2 and timecrs2v5a to US, as suggested by Haze and wyt20141127 (nw)
2016-10-28 07:47:16 +02:00
MASH
d16e49b930
Fixed input in Space Lords
...
I used the 'Service Mode' in Space Lords, the manual and a Flickr picture to fixed the controls.
Manual: www.gallopingghostarcade.com/qr/spacelords/manual.pdf
Controls: http://www.flickr.com/photos/10707024@N04/26548492116
2016-10-28 06:28:35 +01:00
Robert
7502649a88
Merge pull request #1585 from ajrhacker/mess_ttl_fix
...
Fix build (nw)
2016-10-28 16:12:01 +11:00
AJR
86d4bc5f8f
Fix build (nw)
2016-10-28 00:39:11 -04:00
arbee
205d8d3fd3
Missing files from last commit (nw)
2016-10-27 23:30:54 -04:00
R. Belmont
bd964a7db3
Merge pull request #1561 from npwoods/dasmstream_i386
...
Changed the x86 disassembler to use 'std::ostream &' internally
2016-10-27 23:17:37 -04:00
R. Belmont
0ab63064b4
Merge pull request #1584 from system11b/S11tmntvigil
...
tmnt.cpp: changed back to 320x224 as per MT04790 discussion
2016-10-27 23:16:25 -04:00
arbee
ceb0a0b457
mac: split 128/512/Plus into new separate, more modern driver. [R. Belmont]
...
nw: Driver locks up when you move the mouse b/c z80scc can't ack DCD change interrupts yet. I'm checking this in so Edstrom can fix that ;-)
2016-10-27 23:05:36 -04:00
system11b
0881bacf1c
tmnt.cpp: changed back to 320x224 as per MT04790 discussion
...
vigilant.cpp: corrected visible screen area (PCB comparison)
2016-10-28 01:55:20 +01:00
therealmogminer@gmail.com
17681b2d75
-hazeltin: Added newly-dumped bipolar PROMs. [Ryan Holtz]
2016-10-28 02:51:10 +02:00
therealmogminer@gmail.com
c35c2a9cdc
New devices added
...
-----------------
54/7416x Hex/Quad D Flip-Flops with Clear [Ryan Holtz]
9334/DM9334 8-Bit Addressable Latch [Ryan Holtz]
2016-10-28 02:37:23 +02:00
therealmogminer@gmail.com
93735cdf7e
-core: Added 54/74160,161,162,163 device emulation. [Ryan Holtz]
2016-10-28 02:37:22 +02:00
R. Belmont
36190dfaa9
Merge pull request #1571 from JoakimLarsson/candela_2
...
- WIP The Candela computers
2016-10-27 16:32:24 -04:00
R. Belmont
aba9385059
Merge pull request #1581 from JoakimLarsson/kron_5
...
WIP KRON-180 terminal controller
2016-10-27 16:32:15 -04:00
R. Belmont
8c3de4e385
Merge pull request #1575 from mamehaze/251016
...
new clones Burning Fight (prototype, ver 23.3, 910326) [Collin Foust]
2016-10-27 16:31:54 -04:00
R. Belmont
ba8caed27f
Merge pull request #1580 from npwoods/dasmstream_mcs96
...
Changed the mcs96 disassembler to use 'std::ostream &' internally
2016-10-27 16:27:38 -04:00
R. Belmont
04a56a8ebe
Merge pull request #1578 from npwoods/dasmstream_i8085
...
Changed the i8085 disassembler to use 'std::ostream &' internally
2016-10-27 16:26:19 -04:00
R. Belmont
25662acbcf
Merge pull request #1577 from npwoods/dasmstream_lr35902
...
Changed the lr35902 disassembler to use 'std::ostream &' internally
2016-10-27 16:26:11 -04:00