Commit Graph

322 Commits

Author SHA1 Message Date
Wilbert Pol
e5d37a4595 (MESS) a2600.c: Added proper support for games using a 4in1 mapper. (Wilbert Pol) 2012-10-07 20:12:10 +00:00
Wilbert Pol
0f9ab8ce82 (MESS) a2600.c: Added support for 8in1. (Wilbert Pol) 2012-10-07 19:34:19 +00:00
smf-
a03e62136c changed rmnimbus to use DEVCB & added a callback for ACK. (nw) 2012-10-07 12:04:20 +00:00
smf-
4e4ca93949 missed a file from previous commit - removed dependency pollution (nw) 2012-10-07 11:04:21 +00:00
smf-
1b7345b64e removed dependency pollution (nw) 2012-10-07 11:03:10 +00:00
Curt Coder
31387945c8 srcclean (nw) 2012-10-07 09:12:56 +00:00
Robbbert
085870c8fc reverted it properly, doesn't crash now 2012-10-07 08:15:53 +00:00
Robbbert
d07477a3bc Fixed compile error, no idea if i broke something else. 2012-10-07 08:02:19 +00:00
smf-
a880c0cbb5 includes scsicb.h instead of scsibus.h (nw) 2012-10-07 01:36:30 +00:00
smf-
6efa5b5034 includes scsicb.h instead of scsibus.h (nw) 2012-10-07 01:30:49 +00:00
Scott Stone
7b9c925698 [MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual cart. (nw) 2012-10-07 01:24:44 +00:00
Scott Stone
e65c80e337 [MESS] A2600 (btime) works again (nw) 2012-10-07 00:55:36 +00:00
Wilbert Pol
59f72f4aba (MESS) a2600.c: Fixed regressions for decathln and thwocker introduced with opbase handler/direct update handler changes. (nw) 2012-10-06 19:23:52 +00:00
Wilbert Pol
dd3e7829b7 (MESS) a2600.c: Made the direct update handler debugger friendly. (nw) 2012-10-06 18:11:38 +00:00
smf-
5409cb912b Changed rmnimbus to talk to scsicb instead of scsidev. It got missed as it didn't use the line handlers (nw) 2012-10-06 12:28:24 +00:00
smf-
82da44df02 moved extra SCSI_PHASE_* into scsihle.h (nw) 2012-10-06 10:40:03 +00:00
smf-
7ab7345bbc talking to scsibus is now done via scsicb (nw) 2012-10-06 10:28:31 +00:00
Wilbert Pol
d5d5d017c4 (MESS) a2600.c: Made the banking related read handlers more debugger friendly. (nw) 2012-10-05 19:52:20 +00:00
Wilbert Pol
aaaeaa97ee (MESS) a2600.c: Switched to use modern 6532 interface (nw) 2012-10-05 19:39:19 +00:00
Curt Coder
e2ed049052 mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the Lorenz/VICE CIA tests. Refactored the c64/c128/vic10/cbm2 drivers and the 1571/1581 floppy drives to use the new implementation. [Curt Coder] 2012-10-04 16:42:19 +00:00
Curt Coder
b184d73233 (MESS) Cleanup. (nw) 2012-10-04 14:36:28 +00:00
smf-
8cb5baeb8a renamed scsidev to scsihle (nw) 2012-10-04 11:09:41 +00:00
mahlemiut
cf202557a0 (MESS) Moved 8514/A and Mach8 implementations to separate devices.
Fixed uninitialised structs causing issues with SVGA and 8514/A devices in 
debug builds.
2012-10-04 10:52:43 +00:00
Miodrag Milanovic
64c8feb6ad Fix for regressions (no whatsnew) 2012-10-04 10:40:45 +00:00
Scott Stone
fbfb6ed12e [MESS] Clean up printf spam from drivers not in active development. (nw) 2012-10-04 01:25:53 +00:00
Oliver Stöneberg
ff9433fab8 removed some expressions which are always true (no whatsnew) 2012-10-03 15:57:20 +00:00
Miodrag Milanovic
13450f8c75 Some DC cleanup (no whatsnew) 2012-10-03 14:54:09 +00:00
Miodrag Milanovic
99ffca1069 some cleanup (nw) 2012-10-03 14:36:54 +00:00
Miodrag Milanovic
467aeb1cca ups (nw) 2012-10-03 14:10:47 +00:00
Miodrag Milanovic
f7c4d79714 cleanup (nw) 2012-10-03 14:09:31 +00:00
Miodrag Milanovic
684061a2ec modernization and cleanup of x68k (no whatsnew) 2012-10-03 13:45:23 +00:00
Miodrag Milanovic
f2d26ccb65 Minor cleanup (no whatsnew) 2012-10-03 12:30:54 +00:00
Miodrag Milanovic
ee491e3f30 Rename driver state classes to have _state in their names (no whatsnew) 2012-10-03 12:12:48 +00:00
Miodrag Milanovic
e52d60b7f8 Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) 2012-10-03 09:27:22 +00:00
Wilbert Pol
999968d744 (MESS) a2600: Changed some more c functions into members. (nw) 2012-10-02 19:37:08 +00:00
Wilbert Pol
3182b67ac3 (MESS) a2600: Changed some more c functions into members. (nw) 2012-10-02 18:52:47 +00:00
Curt Coder
0240c35487 (MESS) trs80m2: Fixed reverse video. [Curt Coder] 2012-10-02 16:58:55 +00:00
Miodrag Milanovic
d5169298b6 Removed _new from name of modern device (no whatsnew) 2012-10-02 07:24:11 +00:00
mahlemiut
102d12e232 (MESS) Moved 8514/A specific functions and variables to the ATI device, as the Mach8 is properly 8514/A compatible, and made the S3 device derived from the ATI device (instead of vice versa). (no whatsnew) 2012-10-02 02:11:47 +00:00
Michaël Banaan Ananas
6de4f3deac (MESS) mtx.c SN76489A_NEW, from Osso 2012-10-01 13:11:37 +00:00
Miodrag Milanovic
3872f24828 Converted VGA to be multiple devices, this will require some cleanup in future (no whatsnew) 2012-10-01 11:44:29 +00:00
Angelo Salese
fbf41abf77 Written up a skeleton driver for the Korg M1, based off some manual info found through the net, nw 2012-09-30 18:31:46 +00:00
Miodrag Milanovic
c713a0578b Removed need for pc_vga_io_init also made accessors for linear access to VGA memory needed for some models (no whatsnew) 2012-09-30 14:04:32 +00:00
Miodrag Milanovic
3d73838a87 Made Cirrus just another vga implementation, and removed a need for additional parameter (no whatsnew) 2012-09-30 11:10:48 +00:00
mahlemiut
c49ee2ce32 (MESS) at: fixed 16-bit DMA reading/writing (no whatsnew) 2012-09-30 09:50:26 +00:00
Fabio Priuli
b0fc8540af (MESS) msx2_cart.xml: Fixed mapper for dynabowl and profmjg. These games now loads fine
from softlists. [Fabio Priuli]
(MESS) msx2_cart.xml: Added remaining available dumps to the list. Basically all entries are 
unconfirmed at the moment, so Japanese dumpers willing to help us in confirming cart 
checksums and pcb types are kindly requested to contact us. [Fabio Priuli]
(MESS) msx.c: Added support for more mappers when loading from softlist, needed by new 
additions to the softlist. [Fabio Priuli]
2012-09-29 14:50:09 +00:00
mahlemiut
3de646f285 (MESS) Bit more function renaming and variable shuffling. (no whatsnew) 2012-09-28 23:53:24 +00:00
Fabio Priuli
e1f7a289f3 (MESS) vboy.c: simplified SRAM handling with softlists. no whatsnew. 2012-09-28 04:41:55 +00:00
Curt Coder
61e1983def Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder]
(MESS) cbm2: Fixed floppy loading for PAL drivers. (nw)
2012-09-27 16:53:42 +00:00
Miodrag Milanovic
0e1fddec1e Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) 2012-09-27 14:33:26 +00:00