Vas Crabb
29f426da37
whoops, that's important (nw)
2017-02-04 22:36:57 +11:00
Vas Crabb
dc27585476
m68hc05: implement edge-sensitive external interrupts
2017-02-04 22:25:06 +11:00
Ivan Vangelista
2ba14a09f8
new working clone added
...
____________________
Puzznic (US) [Coolmod]
2017-02-04 10:46:36 +01:00
mahlemiut
471eb4fe1f
cpc_flop.xml: switched some clones of The Vindicator to be as such, instead of clones of Vindicators. (nw)
2017-02-04 21:57:34 +13:00
Ivan Vangelista
59833b618a
new not working clone added
...
_______________________
Virtua Bowling (Honk Kong, V101HJS) [Abelardator2]
different encryption? (nw)
2017-02-04 09:06:22 +01:00
briantro
c385d59563
New Head Panic Clone
...
New Clone Added
-------------------------------------------------
Head Panic (ver. 0702, 02/07/1999) [hammy, Brian Troha, The Dumping Union]
2017-02-03 23:23:10 -06:00
AJR
faa2f2264e
lastbank: Working sound and music
...
ES-8712: Add busy status read and notes on device
Misc. ES-related code cleanups (nw)
2017-02-03 20:53:37 -05:00
Vas Crabb
4db6e43971
Avoid conflict with Apple C++ runtime header nl_types.h
2017-02-04 12:29:23 +11:00
cracyc
21b4a16edd
plugins/hiscore: use videoram share for missile command scores so madsel isn't disturbed (nw)
2017-02-03 18:30:38 -06:00
AJR
544a8091c0
polepos.cpp: Input improvements
...
- Correct DIP switches and locations for polepos2bi and polepos2bs
- Fix bootleg mft. info for polepos2bs
- Use modern DEVCB features to make extra 4-bit input ports unnecessary
2017-02-03 17:15:44 -05:00
Scott Stone
1a7c297911
Avoid confusion of "Speakeasy" description shared between a machine and a device, expanding on the device's shortname and description (nw)
2017-02-03 16:12:47 -05:00
R. Belmont
f216ff8470
Merge pull request #2037 from OzFalcon/5clownService
...
Correctly assign service button(s)
2017-02-03 15:37:50 -05:00
Ivan Vangelista
10ff63cd3a
new working software list addition:
...
___________________________
pico.xml: Ecco Jr. e la GrandeCaccia al Tesoro nell'Oceano! (Ita) [f205v]
2017-02-03 18:42:50 +01:00
Ivan Vangelista
9959ce8bf9
New working clone added
...
____________________
Missile Attack [f205v]
Also made mcombat, mcombata and mcombats boot. They still need inputs, sound (AY8912).
2017-02-03 18:29:41 +01:00
Ivan Vangelista
02ebd24bcd
aerofgt.cpp: cleaned up audiocpu rom loading, avoided some tag lookups, thus minor speed up (nw)
2017-02-03 18:16:20 +01:00
Lord-Nightmare
56c1b0227a
lwriter.cpp: add debugger fences, some more tracing documentation (nw)
2017-02-03 01:36:16 -05:00
arbee
f256baf138
egret: fix clock polarity to match VIA6522 corrections. (nw)
2017-02-02 20:58:14 -05:00
Lord-Nightmare
33150c5149
LaserWriter II NT: Further WIP, passes another self test [Lord Nightmare]
2017-02-02 20:24:03 -05:00
Vas Crabb
029b93f95e
m6805 updates:
...
* Fix disassembly of BIT opcodes
* Don't burn cycles on disabled interrupts
* Add partially implemented MC68HC05C8 and MC68HC705C8A
* Implement 'HC05 digital I/O, timer/capture/compare and COP watchdogs
* Probably still some bugs in 'HC05 peripherals
Also use pure virtual method for Amiga keyboard interface (nw)
2017-02-03 11:00:53 +11:00
Lord-Nightmare
1469e75875
fix pin64 compile warnings, make curly bracket style consistent (nw)
2017-02-02 17:42:32 -05:00
Vas Crabb
0f929b4213
Make debugger fall back from binary to default base on 0b prefix
...
* This makes expressions like 0B12 parse as hex in hex memory spaces
* Where there's ambiguity (e.g 0B01) binary takes precedence
2017-02-03 09:30:06 +11:00
Michael.S.G
f8b04a1817
Correctly assign service button(s)
2017-02-03 08:30:10 +11:00
Michael.S.G
1886daad98
Merge pull request #1 from mamedev/master
...
Update Master
2017-02-03 08:09:21 +11:00
MooglyGuy
7b193413bb
Treat commands as blocks, 50% file size savings for PIN64 captures. (nw)
2017-02-02 19:02:29 +01:00
MooglyGuy
18bad1fb64
Create pin64_printer_t and remove pin64_command_block_t. (nw)
2017-02-02 15:40:14 +01:00
MooglyGuy
fa0773f48b
Rework PIN64 to use an unordered_map for matching. (nw)
2017-02-02 15:25:00 +01:00
Lord-Nightmare
578de722f3
LaserWriter II NT: hooked up interrupts to 68k, doesn't seem to boot any further, needs more investigation. [Lord Nightmare]
2017-02-02 08:39:21 -05:00
Vas Crabb
11c15e9a7f
small cleanup (nw)
2017-02-02 20:25:11 +11:00
Vas Crabb
59c24ae705
Don't crash on bad cheat expressions, also make the code look more like 'enterprise-grade' C++
2017-02-02 18:17:37 +11:00
Robbbert
9c522588ac
Hopefully fixed a compile error with some compilers (nw)
2017-02-02 18:06:19 +11:00
Vas Crabb
9568b26c35
fix chd build (nw)
2017-02-02 14:36:48 +11:00
Vas Crabb
38a6ab02e4
yo sup dawg (nw)
2017-02-02 14:17:40 +11:00
Stiletto
421e0b233a
typo fix (nw)
...
typo fix (nw)
2017-02-01 21:45:17 -05:00
MooglyGuy
1ef805eb8c
Disable PIN64 logging. (nw)
2017-02-02 01:48:22 +01:00
MooglyGuy
af39fe7816
Get PIN64 code to function correctly. (nw)
2017-02-02 01:48:22 +01:00
MooglyGuy
68090e5606
Make N64 RDP use uint64_t types for commands (nw)
2017-02-02 01:48:22 +01:00
MooglyGuy
7f936811f1
Addad PIN64 logger class. (nw)
2017-02-02 01:48:21 +01:00
AJR
6664df6adc
De-hardcode "Diagnostic Step" inputs in Atari games
...
(nw) I have some doubts of the viability of this approach as a long-term solution, but it's at least a slight improvement.
2017-02-01 19:34:45 -05:00
ajrhacker
bde33d9fe7
Merge pull request #2036 from OzFalcon/bzoneService
...
Correctly assign service button(s)
2017-02-01 19:30:18 -05:00
Michael.S.G
ab3bc9db73
Correctly assign service button(s)
2017-02-02 09:35:09 +11:00
Curt Coder
f626cefe85
c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder]
2017-02-01 21:59:03 +02:00
Nigel Barnes
67d17b01af
atom: renamed softlist atom_cart -> atom_rom (nw)
2017-02-01 19:40:29 +00:00
Nigel Barnes
93009d6ad7
bbcb_cass: fixed publisher name (nw)
2017-02-01 19:40:29 +00:00
Nigel Barnes
33caf45e59
zx81_cass: New WORKING software list
2017-02-01 19:40:29 +00:00
Nigel Barnes
7555bc584d
zx80_cass: New NOT WORKING software list
2017-02-01 19:40:29 +00:00
Nigel Barnes
d5bba41ed6
zx81: added tzx cassette format
2017-02-01 19:40:29 +00:00
Nigel Barnes
51992a75ec
apd_dsk: improved identify and simplified load (nw)
2017-02-01 19:40:29 +00:00
Curt Coder
e4be985024
vic20: Emulated the PPP SpeakEasy (Votrax SC-01-A) cartridge. [Curt Coder]
2017-02-01 21:16:28 +02:00
AJR
9f76ddc78a
Arcade build restructuring (nw)
...
- Create EFO, Promat, Terminal, Wing projects to help reduce the weight of libmisc
- Eliminate Veltmeijer Automaten project (only two games by this company are in MAME, and one actually on Excellent System hardware)
2017-02-01 13:27:47 -05:00
R. Belmont
1af492f420
Merge pull request #2035 from fulivi/hp9845_dev9
...
Bug fix for HP9895
2017-02-01 12:17:46 -05:00