Commit Graph

1647 Commits

Author SHA1 Message Date
R. Belmont
b8bbab6fa5 Merge pull request #1677 from ajrhacker/pg685_devices
pg685: Preliminary hookups for numerous devices (nw)
2016-11-13 12:27:27 -05:00
R. Belmont
1a97b9a467 Merge pull request #1678 from ajrhacker/amusco_pit
amusco: Fix PIT IRQs; game speed is much better now
2016-11-13 12:25:25 -05:00
Joakim Larsson Edstrom
c53419cbbb - Small fixes: PIT68230, FGA022, DUSCC
- fccpu30: WIP New board variants added: cpu30x, cpu30xa, cpu30za, cpu30zbe, cpu30be8, cpu30be16, cpu30lite4, cpu30lite8, cpu30senr, cpu30senr501, cpu33
- fccpu30: support for -ramsize according to each board variant
- fccpu: Prepared to split out base fccpu class to support drivers for cpu2x and cpu4x boards etc
- fccpu30: renamed rom sets to reflect on content and versions
2016-11-13 08:46:25 +01:00
AJR
e86f303d26 amusco: Fix PIT IRQs; game speed is much better now
pit8253: MSB-only counter writes need to lower outputs in mode 0
2016-11-13 01:03:29 -05:00
AJR
c3dc7d0b0a pg685: Preliminary hookups for numerous devices (nw)
i8259: Use resolve_safe to protect against segfaults (nw)
2016-11-12 21:36:49 -05:00
Sandro Ronco
4cb5712cd2 arm: fixed carry for ROR and preserve IRQ_MASK in LDR R15,*** 2016-11-12 22:38:35 +01:00
cracyc
7702f39327 plugins/data: put database in correct path (nw) 2016-11-12 15:16:56 -06:00
Miodrag Milanovic
e71e37e54f Revert "using of IS_ENABLED in files used in tiny build (nw)"
This reverts commit 1efccdd38d.
2016-11-12 09:12:35 +01:00
Miodrag Milanovic
2131d9ad3a Revert "Use true/false if type used is bool (nw)"
This reverts commit dbd07cef38.
2016-11-12 09:12:35 +01:00
Vas Crabb
2426d31f98 Merge pull request #1673 from npwoods/dasmstream_hyperstone
Changed the hyperstone disassembler to use 'std::ostream &' internally
2016-11-12 18:19:58 +11:00
Vas Crabb
7a3018de4b Merge pull request #1672 from npwoods/dasmstream_e0c6200
Changed the e0c6200 disassembler to use 'std::ostream &' internally
2016-11-12 18:14:25 +11:00
Vas Crabb
d69b056de6 Merge pull request #1671 from npwoods/dasmstream_dsp56k
Changed the dsp56k disassembler to use 'std::ostream &' internally
2016-11-12 18:13:47 +11:00
Vas Crabb
bf28a6c7ca Merge pull request #1670 from npwoods/dasmstream_dsp32c
Changed the dsp32c disassembler to use 'std::ostream &' internally
2016-11-12 18:12:46 +11:00
Vas Crabb
2d0410877d Merge pull request #1669 from npwoods/dasmstream_dsp16a
Changed the dsp16a disassembler to use 'std::ostream &' internally
2016-11-12 18:03:30 +11:00
Vas Crabb
9d5d7f940c Merge pull request #1668 from npwoods/dasmstream_cquest
Changed the Cube Quest disassemblers to use 'std::ostream &' internally
2016-11-12 17:58:47 +11:00
Vas Crabb
01a08b12ba Merge pull request #1667 from npwoods/dasmstream_cosmac
Changed the cosmac disassembler to use 'std::ostream &' internally
2016-11-12 17:57:57 +11:00
Vas Crabb
8e59dd781c Merge pull request #1666 from npwoods/dasmstream_cp1610
Changed the cp1610 disassembler to use 'std::ostream &' internally
2016-11-12 17:56:25 +11:00
Vas Crabb
747647e0e4 Merge pull request #1665 from npwoods/dasmstream_cop444
Changed the cop444 disassembler to use 'std::ostream &' internally
2016-11-12 17:53:47 +11:00
Vas Crabb
bc9e5e6e06 Merge pull request #1664 from npwoods/dasmstream_cop410
Changed the cop410 disassembler to use 'std::ostream &' internally
2016-11-12 17:53:01 +11:00
Vas Crabb
fc8ffcbd0b Merge pull request #1663 from npwoods/dasmstream_cop420
Changed the cop420 disassembler to use 'std::ostream &' internally
2016-11-12 17:52:21 +11:00
Vas Crabb
27b3832abb Merge pull request #1662 from npwoods/dasmstream_ccpu
Changed the ccpu disassembler to use 'std::ostream &' internally
2016-11-12 17:51:32 +11:00
Vas Crabb
4c279019d4 Merge pull request #1661 from npwoods/dasmstream_asap
Changed the asap disassembler to use 'std::ostream &' internally
2016-11-12 17:50:47 +11:00
Vas Crabb
a261e9f4f2 Merge pull request #1659 from npwoods/dasmstream_arm
Changed the ARM disassembler to use 'std::ostream &' internally
2016-11-12 17:49:15 +11:00
Vas Crabb
c8a5498f9a Merge pull request #1656 from npwoods/dasmstream_apexc
Changed the apexc disassembler to use 'std::ostream &' internally
2016-11-12 17:26:45 +11:00
Vas Crabb
21a225302c Merge pull request #1655 from npwoods/dasmstream_8x300
Changed the 8x300 disassembler to use 'std::ostream &' internally
2016-11-12 17:25:42 +11:00
Nathan Woods
4234bed20d Changed the hyperstone disassembler to use 'std::ostream &' internally 2016-11-11 17:40:02 -05:00
Nathan Woods
47755ee24b Changed the e0c6200 disassembler to use 'std::ostream &' internally 2016-11-11 17:29:46 -05:00
Nathan Woods
09aec28fb2 Changed the dsp56k disassembler to use 'std::ostream &' internally 2016-11-11 17:05:06 -05:00
Nathan Woods
1ba390f8f4 Changed the dsp32c disassembler to use 'std::ostream &' internally 2016-11-11 16:56:14 -05:00
Nathan Woods
e725caeae9 Changed the dsp16a disassembler to use 'std::ostream &' internally 2016-11-11 16:45:15 -05:00
Nathan Woods
030d853051 Changed the Cube Quest disassemblers to use 'std::ostream &' internally 2016-11-11 16:31:39 -05:00
Nathan Woods
4546f78882 Changed the cosmac disassembler to use 'std::ostream &' internally 2016-11-11 16:20:03 -05:00
Nathan Woods
fafdf921a3 Changed the cp1610 disassembler to use 'std::ostream &' internally 2016-11-11 16:12:45 -05:00
Nathan Woods
7eb8c82f6b Changed the cop444 disassembler to use 'std::ostream &' internally 2016-11-11 16:06:27 -05:00
Nathan Woods
ff91c7332d Changed the cop410 disassembler to use 'std::ostream &' internally
This one actually had a change in behavior; I had to insert a 'break' somewhere.  Judging from the other cop4x0 disassemblers, this seems to be a bug in the existing disassembler
2016-11-11 15:56:02 -05:00
Nathan Woods
b6767bdf67 Changed the cop420 disassembler to use 'std::ostream &' internally 2016-11-11 15:48:45 -05:00
Nathan Woods
ca8e53ace9 Changed the ccpu disassembler to use 'std::ostream &' internally 2016-11-11 15:18:05 -05:00
Miodrag Milanovic
dbd07cef38 Use true/false if type used is bool (nw) 2016-11-11 20:50:25 +01:00
Miodrag Milanovic
1efccdd38d using of IS_ENABLED in files used in tiny build (nw) 2016-11-11 20:43:19 +01:00
Nathan Woods
91fa77ae62 Changed the asap disassembler to use 'std::ostream &' internally 2016-11-11 12:09:23 -05:00
Nathan Woods
2f77abbe78 Changed the ARM disassembler to use 'std::ostream &' internally 2016-11-11 11:24:30 -05:00
cracyc
cef6cd4a25 vis: add yuv compressed mode and correct for interlace (nw)
tv950: attempt to display something (nw)
2016-11-11 09:54:18 -06:00
Miodrag Milanovic
7c765ea147 No need for osd_malloc, osd_malloc_array and osd_free (nw)
MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases
2016-11-11 16:12:01 +01:00
Nathan Woods
d701abe0bc Changed the apexc disassembler to use 'std::ostream &' internally 2016-11-11 09:50:14 -05:00
Nathan Woods
bae27af7e5 Changed the 8x300 disassembler to use 'std::ostream &' internally 2016-11-11 09:41:28 -05:00
Curt Coder
29f7411f49 pofo: IINT is an output, not an input. (nw) 2016-11-11 15:54:47 +02:00
Miodrag Milanovic
8d719a4df4 put link to removed version (nw) 2016-11-10 19:02:50 +01:00
Miodrag Milanovic
6199bac4ff removed not used file (nw) 2016-11-10 18:54:47 +01:00
smf-
677ec78eb5 Implemented G-NET bios flashing, games that require the v2 bios now require you to update
the bios and turn off JP1 as part of the installation. A v1 bios flash is included, but
you aren't forced to use it. [smf]

Moved G-NET protection out of ATAFLASH and into individual devices for each type of card [smf]

Implemented enough analogue control reading on ZN1/ZN2 for RC De Go & Go By RC [smf]

Fixed ZN1/ZN2 DSW descriptions [smf]

Added build dates and times to G-NET game descriptions [smf]

New machines added or promoted from NOT_WORKING status
------------------------------------------------------

Shikigami no Shiro - internal build (V1.02J 2001/09/27 18:45) [rtw, ShouTime, smf, O.Galibert]
Go By RC (V2.03O 1999/05/25 13:31) [smf]
RC De Go (V2.03J 1999/05/22 19:29) [smf]
2016-11-10 14:32:51 +00:00
Olivier Galibert
1333280f8a addrmap: Stream it [O. Galibert] 2016-11-10 09:22:06 +01:00