Commit Graph

47935 Commits

Author SHA1 Message Date
Nathan Woods
c390d932df Changed the RSP disassembler to use 'std::ostream &' internally 2016-11-17 08:16:04 -05:00
Nathan Woods
352be30534 Moved the declaration of rsp_dasm_one() to a header file 2016-11-17 07:53:16 -05:00
R. Belmont
fd8f739ec7 Merge pull request #1717 from mamehaze/091116
smskr: add support for the seo-jin 11-in-1 multi-game bootleg cartridge
2016-11-17 06:07:39 -05:00
R. Belmont
d1512e89a0 Merge pull request #1724 from Happy-yappH/master
n64:  VI / AI timing correction
2016-11-17 06:06:48 -05:00
Vas Crabb
1b12a8940b gah, wasn't quite compatible (nw) 2016-11-17 21:04:52 +11:00
Vas Crabb
346e0a8a92 more xmlfile cleanup (nw)
* an empty tag and a self-closing tag are semantically equivalent, so std::string can be used saving some manual allocation
* a valid tag can't have an empty name, so that can be std::string too
* still expose empty strings as nullptr to API users
* scope down the int_format enum
* # is not £ ffs
2016-11-17 20:38:38 +11:00
Miodrag Milanovic
8a22a1f14d Reverting this change, it is compiler bug, confirmed by Microsoft VSO#292426 (nw) 2016-11-17 08:08:53 +01:00
Brad Hughes
98f22fc6de Change window handle storage to template instead of void* (nw) (#1725)
* Change window handle storage to template instead of void* (nw)
2016-11-17 00:32:26 -05:00
briantro
f31d9ea30a peplus.cpp: Spelling & Cut-N-Paste fixes - NW 2016-11-16 21:48:25 -06:00
briantro
2d3eca68c9 New PE+ poker clones
New Clones Added
--------------------------------------------
Player's Edge Plus (PP0188) Standard Draw Poker (set 3) [BrianT]
Player's Edge Plus (PP0447) Standard Draw Poker (set 3) [BrianT]

New Clones Added (Not Working)
----------------------------------------------------
Montana Choice (MG0025) Multi-Game [BrianT]
Montana Choice (MG0026) Multi-Game [BrianT]
Montana Choice (MG0182) Multi-Game [BrianT]
Player's Choice (MG0213) Multi-Game [BrianT]
2016-11-16 21:37:20 -06:00
Happy
6f36d9c975 n64: sp dma skip only for dram address, regardless of transfer direction 2016-11-16 17:48:36 -07:00
Happy
0aaf4f00fd n64: Remove incorrect factor of two in VI and AI interrupt timing.
Also give priority to the current AI transfer when reporting transfer length.
2016-11-16 17:42:22 -07:00
Vas Crabb
aef214ac80 Merge pull request #1718 from npwoods/dasmstream_nec
Changed the NEC disassembler to use 'std::ostream &' internally
2016-11-17 11:33:06 +11:00
Vas Crabb
676b63a879 Merge pull request #1719 from npwoods/dasmstream_pdp1
Changed the pdp1 disassembler to use 'std::ostream &' internally
2016-11-17 11:31:50 +11:00
Vas Crabb
2432bf4212 Merge pull request #1720 from npwoods/dasmstream_pdp8
Changed the pdp8 disassembler to use 'std::ostream &' internally
2016-11-17 11:30:46 +11:00
Vas Crabb
68d50eabb7 Merge pull request #1721 from npwoods/dasmstream_pic16c5x
Changed the pic16c5x disassembler to use 'std::ostream &' internally
2016-11-17 11:30:17 +11:00
Vas Crabb
4f47cce36d Merge pull request #1722 from npwoods/dasmstream_pic16c62x
Changed the pic16c62x disassembler to use 'std::ostream &' internally
2016-11-17 11:29:58 +11:00
Vas Crabb
721d5687f3 Merge pull request #1723 from npwoods/dasmstream_powerpc
Changed the PowerPC disassembler to use 'std::ostream &' internally
2016-11-17 11:29:17 +11:00
Vas Crabb
54444fecff patch up Qt debugger for new xmlfile API (nw) 2016-11-17 11:12:16 +11:00
Nathan Woods
4651b54094 Changed the PowerPC disassembler to use 'std::ostream &' internally 2016-11-16 18:51:56 -05:00
Nathan Woods
be110a64f3 Moved the declaration for ppc_dasm_one() to a header file 2016-11-16 18:47:49 -05:00
Nathan Woods
ce4aa9db42 Changed the pic16c62x disassembler to use 'std::ostream &' internally 2016-11-16 18:43:25 -05:00
Robbbert
28d1c7004d UT88mini : fixed "Unnamed Key" problem (nw) 2016-11-17 10:40:57 +11:00
Nathan Woods
43419887ba Changed the pic16c5x disassembler to use 'std::ostream &' internally 2016-11-16 18:33:32 -05:00
Nathan Woods
69c94e8344 Changed the pdp8 disassembler to use 'std::ostream &' internally 2016-11-16 18:27:10 -05:00
Nathan Woods
41cf1e52e0 Added PDP8 to unidasm 2016-11-16 18:26:56 -05:00
Nathan Woods
1c8ff8d380 Changed the pdp1 disassembler to use 'std::ostream &' internally 2016-11-16 18:23:15 -05:00
Nathan Woods
d1e67f2c87 Changed the NEC disassembler to use 'std::ostream &' internally 2016-11-16 18:04:50 -05:00
David Haywood
7f59416827 smskr: add support for the seo-jin 11-in-1 multi-game bootleg cartridge
(and fix the CRC, I'd accidentally added the CRC for the decrypted ROM I was testing with)
2016-11-16 21:57:25 +00:00
Miodrag Milanovic
da1c0c867b generate proper SLN header (nw) 2016-11-16 21:21:12 +01:00
Miodrag Milanovic
d5bf30edb8 Fix compilation under VS2017 (nw)
default_semantics is used by apply so need to be public
2016-11-16 21:00:29 +01:00
Miodrag Milanovic
8e61a7d3d3 Added VS2017 support into project files (nw) 2016-11-16 21:00:29 +01:00
Miodrag Milanovic
ffc04d2bae Sync with GENie and addition of VS2017 (nw) 2016-11-16 21:00:28 +01:00
MetalliC
f68779cf74 naomigd: add unused/unknown security PIC dumps -
253-5508-0352E some mahjong game? [mohamad "The Hedgehog" issawi, colour.thief]
253-5508-0456J WCCF 2005-2006 Japan [any]
253-5508-0506J unknown Chihiro [Android]
2016-11-16 21:29:41 +02:00
MetalliC
14b9884a76 naomi: move DIMM firmwares to device, docs update (nw) 2016-11-16 20:02:09 +02:00
Vas Crabb
69b1ef9912 Merge pull request #1711 from ajrhacker/dasmstream_superh
Changed the sh2 and sh4 disassemblers to use 'std::ostream &' internally
2016-11-17 03:44:37 +11:00
AJR
ce701022af Changed the sh2 and sh4 disassemblers to use 'std::ostream &' internally 2016-11-16 11:28:40 -05:00
Miodrag Milanovic
47a05778bf Updated SDL2 to 2.0.5 (nw) 2016-11-16 16:28:01 +01:00
Vas Crabb
e61b392edf Merge pull request #1657 from npwoods/dasmstream_arcompact
Changed the arcompact disassembler to use 'std::ostream &' internally
2016-11-17 02:27:29 +11:00
R. Belmont
c257afc126 Merge pull request #1674 from einstein95/master
Remap controls to use pedals and paddles for winrun (nw)
2016-11-16 10:27:10 -05:00
R. Belmont
a09615f7e2 Merge pull request #1716 from JoakimLarsson/fccpu_6
FPU enable/disable methods
2016-11-16 10:26:21 -05:00
Miodrag Milanovic
79714c47d2 Fix Visual Studio build (nw) 2016-11-16 16:25:17 +01:00
Vas Crabb
b2e7e78453 Merge pull request #1700 from npwoods/dasmstream_i960
Changed the i960 disassembler to use 'std::ostream &' internally
2016-11-17 02:22:50 +11:00
Vas Crabb
957d0b2318 Merge pull request #1706 from npwoods/dasmstream_mb86233
Changed the mb86233 disassembler to use 'std::ostream &' internally
2016-11-17 02:20:27 +11:00
Vas Crabb
89dca763f9 Merge pull request #1715 from npwoods/dasmstream_r3000
Changed the r3000 disassembler to use 'std::ostream &' internally
2016-11-17 02:19:02 +11:00
Vas Crabb
4d24c185e7 Merge pull request #1714 from npwoods/dasmstream_mips3
Changed the mips3 disassembler to use 'std::ostream &' internally
2016-11-17 02:04:39 +11:00
Vas Crabb
239ec4c96e Merge pull request #1713 from npwoods/dasmstream_m58846
Changed the m58846 disassembler to use 'std::ostream &' internally
2016-11-17 02:02:17 +11:00
Vas Crabb
01025794f0 Merge pull request #1712 from npwoods/dasmstream_mcs51
Changed the mcs51 disassembler to use 'std::ostream &' internally
2016-11-17 02:00:21 +11:00
Vas Crabb
2354a42010 Turn xmlfile API into something that looks like C++
It's still a bit quirky but it's far better encapsulated before, and it plays nice with const (nw)
2016-11-17 01:44:03 +11:00
Nathan Woods
dc4086847a Put necv_dasm_one() into a header file 2016-11-16 08:07:33 -05:00