Commit Graph

40 Commits

Author SHA1 Message Date
Curt Coder
4080118ce8 m6502: Refactored the indexed read/write to use devcb, and fixed the peripheral port for plus4. (nw)
(MESS) apple3: Fixed the CPU interface. (nw)
(MESS) vic10: Refactored to use datassette slot interface. (nw)
2012-09-04 12:23:59 +00:00
Miodrag Milanovic
40a39cedf1 Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl]
Added IBM VGA card [Carl]
2012-09-04 06:31:18 +00:00
Sandro Ronco
495f8bd510 (MESS) Updated KC D004 and TVC HBF to use selectable BIOS. (nw) 2012-09-03 21:55:20 +00:00
Miodrag Milanovic
071eb8de4b Cleanup and some inheritance fixes (no whatsnew) 2012-09-03 15:00:20 +00:00
Miodrag Milanovic
b711b1a007 conversion of legacy devices into modern wip (no whatsnew) 2012-09-03 13:56:17 +00:00
R. Belmont
48500854ab pwrmac doesn't need the ROM overlay (nw) 2012-09-02 20:54:51 +00:00
Curt Coder
08b42aabaa (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Implemented 1530/1531 datassette as slot devices. Converted MOS6581 interface to devcb. [Curt Coder]
(MESS) vic20: Added floating bus read support to VIC and cartridge interface.
(MESS) vic10: Added floating bus read support to VIC-II and cartridge interface.
(MESS) c64: Added floating bus read support to cartridge interface. [Curt Coder]
(MESS) plus4: Added floating bus read support to TED and cartridge interface. Implemented some Diag264 test cartridge loopback connectors. [Curt Coder]
(MESS) c16: Added PAL/NTSC variants. (nw)
(MESS) v364: Fixed speech ROM mapping. (nw)
(MESS) compis: Separated keyboard to its own file. (nw)
(MESS) huebler: Cleanup. (nw)
2012-09-02 13:46:14 +00:00
Miodrag Milanovic
aa9bbe5371 Removed legacy inline_config support and updated devices using it (no whatsnew) 2012-08-30 14:27:14 +00:00
smf-
689a84ea8f (MESS) added missing #include (nw) 2012-08-30 14:23:59 +00:00
smf-
ad02a5db29 (MESS) a little reorganisation while investigating the S1410 SASI to ST506 adapter (nw) 2012-08-30 10:20:20 +00:00
Miodrag Milanovic
5bac802b5f Removed zero sized inline_config (no whatsnew) 2012-08-30 10:06:22 +00:00
Miodrag Milanovic
005eef1e03 Removed files in MESS that are not used anymore and cleaned mess.mak of duplicated files (nw) 2012-08-30 08:44:11 +00:00
Miodrag Milanovic
34f2444d32 Removed template usage for legacy devices, to make my future work easier (nw) 2012-08-30 07:34:38 +00:00
smf-
389625a63c Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS. (nw) 2012-08-29 08:35:35 +00:00
smf-
aabe655f96 (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices of the scsi bus (nw) 2012-08-28 17:27:34 +00:00
smf-
f4aea2a62c converted 53c810 to a c++ device. (nw) 2012-08-27 22:48:14 +00:00
smf-
adb561fa2c (MESS) don't use bios within device as it doesn't work 2012-08-27 21:00:14 +00:00
smf-
8b62642752 SCSI device tags are relative to the SCSI controller. 2012-08-27 19:08:40 +00:00
smf-
80ee39621f (MESS) fix null reference exception when using d9060/d9090 2012-08-27 18:53:44 +00:00
smf-
1537a32446 use ncr5380 as a c++ device (nw) 2012-08-26 17:29:45 +00:00
smf-
e2904e23a6 (MESS) removed & to fix compile (nw) 2012-08-26 16:36:07 +00:00
smf-
23533d9410 (MESS) added device_t * back to line change. (nw) 2012-08-26 15:50:29 +00:00
smf-
013bd9ab94 (MESS) converted scsibus from legacy device to c++ (nw) 2012-08-26 14:25:29 +00:00
mahlemiut
390362ac6e (MESS) svga_s3: converted to 16-bit ISA device. The S3 chipsets have 16-bit wide registers, and can only be used on AT systems. (no whatsnew) 2012-08-26 00:15:06 +00:00
smf-
ccd4b04d55 removed scsibus.h as aha1542 doesn't use it (nw) 2012-08-25 21:43:47 +00:00
Curt Coder
4612dc8a52 (MESS) c64: Fixed ROM sizes. (nw) 2012-08-24 20:27:10 +00:00
Curt Coder
ee9e573b11 (MESS) c64: Added some kernals and cleanup. (nw) 2012-08-24 20:23:12 +00:00
Wilbert Pol
87844d154a (MESS) msx1_cart.xml: Revert previous animal land fix. Changed all ascii mappers to start with bank 0 selected on reset (nw) 2012-08-24 18:42:20 +00:00
Wilbert Pol
389127def9 (MESS) msx1_cart.xml: Fixed animllnd (nw) 2012-08-24 17:29:05 +00:00
smf-
53539d0fba a little tidy up while working on other files (nw) 2012-08-24 10:35:45 +00:00
Curt Coder
8555376f43 (MESS) c1541: Added ProLogic-DOS Classic kernal. (nw) 2012-08-23 18:56:52 +00:00
smf-
45e9cc7826 glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto the device (nw) 2012-08-23 17:53:10 +00:00
Michaël Banaan Ananas
6e6eea1bc9 z80 r16491 for msx.c 2012-08-23 12:12:19 +00:00
Curt Coder
17412cd1de (MESS) c64 et al: Inherit the bus clock from parent expansion slot. (nw) 2012-08-22 18:19:39 +00:00
Curt Coder
cc1a85ca53 (MESS) c1551: Added passthru expansion port. (nw) 2012-08-22 15:29:26 +00:00
Curt Coder
82c78e7b99 (MESS) d9060: Refactored to use selectable BIOS. (nw) 2012-08-22 15:27:56 +00:00
Robbbert
e2b721acc7 [MC8030] Added notes, connected up devices (nw) 2012-08-22 02:26:02 +00:00
Curt Coder
bfc765ae40 (MESS) c1551: Preparing to use the PLA for address decoding. (nw) 2012-08-21 19:54:25 +00:00
Curt Coder
ba7a9d75ee (MESS) vip: Fixed VP-700 Tiny BASIC ROM mapping and VP-620 ASCII keyboard. [Curt Coder] 2012-08-21 19:50:30 +00:00
Miodrag Milanovic
7285b359d2 Merge of MESS sources (no whatsnew) 2012-08-21 10:41:19 +00:00