Commit Graph

47744 Commits

Author SHA1 Message Date
fulivi
18d72a5cec hp9845: cleanups & more info in 98035 driver 2016-11-03 14:52:42 +01:00
fulivi
3594f410b2 nanoprocessor: a bit more info on NP 2016-11-03 14:52:41 +01:00
fulivi
1142f020e9 hp9845: re-implemented the 98035 RTC module at a low-level as I have the
firmware now
2016-11-03 14:52:41 +01:00
fulivi
4e722d69c8 nanoprocessor: using ostream in disassembler now 2016-11-03 14:52:41 +01:00
fulivi
00acfb20fd nanoprocessor: added CB to read state of input DC lines 2016-11-03 14:52:41 +01:00
fulivi
80de7e70aa nanoprocessor: minor fixes 2016-11-03 14:52:41 +01:00
fulivi
415f04da7c nanoprocessor: fixed format strings. Execution of code seems ok. 2016-11-03 14:52:41 +01:00
fulivi
5f54097e53 nanoprocessor: initial support. Disassembler only is known to work at this point. 2016-11-03 14:52:41 +01:00
Robbbert
44884f14eb MT 06418 2016-11-03 23:54:13 +11:00
Nathan Woods
57040a10a1 Changed the Z8 disassembler to use 'std::ostream &' internally 2016-11-03 08:10:33 -04:00
Nathan Woods
440e957b70 Changed the Z180 disassembler to use 'std::ostream &' internally 2016-11-03 08:04:48 -04:00
Nathan Woods
8fc8faa8ae Changed the v810 disassembler to use 'std::ostream &' internally 2016-11-03 07:56:46 -04:00
smf-
07588d3205 removed unnecessary calls (nw) 2016-11-03 11:46:31 +00:00
smf-
4a28c89012 Implemented S1985 backup ram (fixes TPC310 accessories cursor movement on the second time you launch it with left ctrl + left shift), fixed Matsushita backup ram saving, implemented S1985 and Matsushita state saving, implemented msx switched interface without using an address map. [smf] 2016-11-03 11:46:31 +00:00
smf-
fbcb76f6e7 fix for visual studio debug builds asserting on &[0] when size is zero (nw) 2016-11-03 11:46:30 +00:00
smf-
cfa91fd58f made constructor protected (nw) 2016-11-03 11:46:29 +00:00
smf-
e77b5a838a removed unnecessary call to device() (nw) 2016-11-03 11:46:29 +00:00
Nathan Woods
b74b2e09b1 Changed the UCOM4 disassembler to use 'std::ostream &' internally 2016-11-03 07:45:34 -04:00
Nathan Woods
c6b300c75d Changed the UNSP disassembler to use 'std::ostream &' internally 2016-11-03 07:32:50 -04:00
Nathan Woods
65d2d633df Changed the TMS32025 disassembler to use 'std::ostream &' internally 2016-11-03 07:05:32 -04:00
Nathan Woods
eae8e62a6d Changed the TMS34010 disassembler to use 'std::ostream &' internally 2016-11-03 06:52:59 -04:00
Nathan Woods
582010ce93 Changed the TMS7000 disassembler to use 'std::ostream &' internally 2016-11-03 06:41:26 -04:00
Nathan Woods
87672cf2d3 Changed the sc61860 disassembler to use 'std::ostream &' internally 2016-11-03 06:36:30 -04:00
Miodrag Milanovic
e612bea1cb removed non-operational lua console code (nw) 2016-11-03 11:33:48 +01:00
Miodrag Milanovic
008ecbfd5c small cleanup (nw) 2016-11-03 11:23:48 +01:00
Miodrag Milanovic
deb3c4757b VS2015 compile fix (nw) 2016-11-03 11:10:44 +01:00
Miodrag Milanović
3ee5564b78 Merge pull request #1626 from cracyc/luaengine_sol2
Luaengine sol2
2016-11-03 10:59:46 +01:00
Miodrag Milanovic
330e3cb28e Finally sync with GENie, no more local changes (nw) 2016-11-03 10:04:29 +01:00
Scott Stone
a74e7b041e segacd.xml: Fixed duplicate SHA1 hash (ecco2a, eternalc) which turned out to be both Ecco The Dolphin. Reacquired/re-CHD'd both Eternal Champion sets resulting in different hashes than listed. Also, fixed parent/clone relationship for those sets. [Tafoid] 2016-11-03 04:20:09 -04:00
Joakim Larsson Edstrom
d9f7237a7a Refactored FIFO:s using new template based fifo class 2016-11-03 09:07:07 +01:00
Robbbert
2cdfb92762 D110: fixed gfx regression, did general cleanup. (nw) 2016-11-03 18:31:23 +11:00
ImJezze
51a81ef3aa hlsl: fixed games with off-screen backdrop artworks
- e.g. atarifb, bowler
2016-11-02 21:39:11 +01:00
cracyc
330b0d146d plugins/data: fix driver info (nw) 2016-11-02 15:33:11 -05:00
cracyc
bfc49b0974 luaengine: bugfixes (nw) 2016-11-02 12:16:10 -05:00
cracyc
431f8d3611 luaengine: safer (nw) 2016-11-02 12:16:10 -05:00
cracyc
06363cf65a luaengine: add basic table return support (nw) 2016-11-02 12:16:09 -05:00
cracyc
0aa29030da luaengine: use templated accessor for call_plugin (nw) 2016-11-02 12:16:08 -05:00
cracyc
e5bb85da5b luaengine: convert to sol2 [Carl] 2016-11-02 12:16:07 -05:00
Miodrag Milanovic
a2c76b34d8 Fix macOS build (nw) 2016-11-02 17:19:29 +01:00
Miodrag Milanovic
68bd81d11a Use osd_getenv instead of getenv (nw) 2016-11-02 15:25:36 +01:00
Miodrag Milanovic
e2d58b6a16 ASIO - header only mode (nw) 2016-11-02 14:34:06 +01:00
Joakim Larsson Edström
a9cf3fbfba Merge pull request #1624 from JoakimLarsson/sccmacplus_1
SCC Fixed init state of latched rr0 values
2016-11-02 12:25:16 +01:00
Joakim Larsson Edstrom
883503512d SCC Fixed init state of latched rr0 values 2016-11-02 12:13:57 +01:00
Miodrag Milanovic
9b819d1302 Patches to keep same behavior as we had before (nw) 2016-11-02 08:41:58 +01:00
Miodrag Milanovic
6c390127c2 Update to latest GENie (nw) 2016-11-02 08:36:07 +01:00
mahlemiut
7fc31a0776 octopus: add cursor display 2016-11-02 18:41:27 +13:00
mahlemiut
d73b45f2c5 scn2674: correct the row on which a split occurs. Fixes Octopus display of the last row before the status line split. 2016-11-02 18:41:26 +13:00
angelosa
46c596dace Refactored LSA Squad prom usage, nw 2016-11-02 02:46:31 +01:00
angelosa
67ba52f812 Consistancy fix, nw 2016-11-02 02:01:49 +01:00
angelosa
533d1e6fda darkmist.cpp: sprite chip fetch from top to bottom, fixes sprite-sprite priorities [Angelo Salese] 2016-11-02 02:00:09 +01:00