Miodrag Milanovic
7510822c3a
sync main driver and res of files
2015-05-26 08:48:56 +02:00
Miodrag Milanovic
c5b0aa514f
Update for Phill Harvey-Smith and Tim Lindner
2015-05-18 20:54:30 +02:00
cracyc
dca40d5bca
few more (nw)
2015-05-15 16:36:20 -05:00
Miodrag Milanovic
1e4b9b8a15
Synced other dirs withs driver license for MESS (nw)
2015-05-13 12:02:41 +02:00
Miodrag Milanovic
3951e18032
Added dummy license lines to each file for MESS (nw)
2015-05-07 10:41:15 +02:00
cracyc
af7b80bc97
(mess) rmnimbus: make scsi work (nw)
...
scsi: synchronize the data output lines with the input buffer device (nw)
---
The nimbus reads the disk but it won't accept a PC MBR so without the missing machine specific fdisk it isn't possible to create a partition table
2014-07-15 22:04:00 +00:00
cracyc
fe11dca5f4
i186: interrupt level triggering and simplify timers (nw)
...
(mess) rmnimbus: start to fix scsi (nw)
2014-07-12 03:37:25 +00:00
cracyc
2e1ebbc360
(mess) rmnimbus: more refactoring, simplfy and better document the video controller (nw)
2014-07-07 21:35:48 +00:00
cracyc
d2ae627d17
(mess) rmnimbus: fix and simplify more drawing code (nw)
2014-07-07 15:01:52 +00:00
cracyc
2df40a8073
i186: fix timer read (nw)
...
(mess) rmnimbus: bit of refactoring and cleanup, fix some video ram reads and writes, use eepromser and remove er59256 (nw)
2014-06-18 03:10:07 +00:00
cracyc
c77aa0643a
(mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw)
2014-05-02 21:21:18 +00:00
cracyc
88c077394d
i186: use static set irq and clean up leftovers (nw)
2014-04-23 18:14:52 +00:00
smf-
a039e59ae2
SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separate so you can for example have -harddisk1 as ID 6 and -harddisk 2 as ID 5. The HLE'd CD & HD have configuration switches to set the ID, real emulated hardware will specify the ID using it's own method. [smf]
2014-04-14 11:50:39 +00:00
Miodrag Milanovic
fec65e0b57
Cleanups and version bump
2014-04-07 06:04:18 +00:00
Miodrag Milanovic
93f4e806a4
more cleanup (nw)
2014-03-16 10:08:21 +00:00
Miodrag Milanovic
d2fd2856a7
Moved optional_device<screen_device> m_screen and optional_device<palette_device> m_palette out of driver.* (nw)
2014-03-05 13:29:22 +00:00
Miodrag Milanovic
64ac8f6776
Huge update, palette is now device (nw)
...
note: Aaron please give more descriptive text for release log I have no more strength :)
2014-02-27 13:35:15 +00:00
smf-
be55c4bef6
Centronics WIP using write lines and DEVCB2. Added an output latch and input buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf]
2014-02-09 20:08:25 +00:00
smf-
8f1e301775
removed the simplest 6522 port callbacks [smf]
2014-01-02 18:08:30 +00:00
smf-
72f6a2d0fb
Convert VIA6522 to use DEVCB2 [smf]
2013-12-31 08:46:37 +00:00
Miodrag Milanovic
44d5c1b8ab
Cleanups and version bump
2013-11-05 06:59:51 +00:00
Angelo Salese
44c0bac025
Minor changes to RM Nimbus, nw
2013-10-27 16:40:30 +00:00
Ivan Vangelista
2aba7da865
Modernized er59256 device. (nw)
2013-10-07 18:07:11 +00:00
Miodrag Milanovic
96aa5e1c08
Cleanups and version bump
2013-09-17 06:47:03 +00:00
cracyc
8af5aa8dd3
i186: move 80186 peripherals into the cpu [Carl]
...
leland: finish modernizing the leland sound and use new 80186 [Carl]
2013-08-19 02:58:15 +00:00
Fabio Priuli
cf2556e193
(MESS) rmnimbus: reduced tagmap lookups. nw.
2013-05-29 15:11:14 +00:00
smf-
1c415f340a
modernised the AY8910 [smf]
2013-05-12 11:17:58 +00:00
Miodrag Milanovic
6de13d280a
made BEEP and RAM devices initialize in constructor of driver classes (nw)
2013-04-23 07:11:57 +00:00
Miodrag Milanovic
e0577be96c
rmnimbus cleanup and few smaller (nw)
2013-04-22 13:29:58 +00:00
Miodrag Milanovic
10d146a6be
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
2013-04-10 11:31:17 +00:00
Miodrag Milanovic
624dfff24e
made some of sound devices use device callbacks instead of function callbacks part 3 (nw)
2013-03-29 13:23:17 +00:00
Miodrag Milanovic
ad69d72a53
IRQ_CALLBACK modernization part 3 (no whatsnew)
2013-01-31 13:58:02 +00:00
smf-
d0221e7d7c
(MESS) Stops driving the SCSI bus when the target requests the bus. Move the SCSIHD first as it's unclear what drive was actually supplied. Set to use 3.5" floppy drive instead of 5.25". A couple of source tidy ups (nw)
2012-10-10 13:39:09 +00:00
smf-
1872876652
(MESS) ran the new srcclean on these, as an example (nw)
2012-10-08 12:11:39 +00:00
smf-
a03e62136c
changed rmnimbus to use DEVCB & added a callback for ACK. (nw)
2012-10-07 12:04:20 +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
Miodrag Milanovic
e52d60b7f8
Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew)
2012-10-03 09:27:22 +00:00
Miodrag Milanovic
3679f744c2
modernization or timer callbacks part 2 (no whatsnew)
2012-09-24 14:43:01 +00:00
Miodrag Milanovic
5ddbca3e7a
Modernized screen update calls (no whatsnew)
2012-09-17 15:00:31 +00:00
Miodrag Milanovic
e25c13f253
Clean-ups and version bump
...
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
2012-09-17 06:49:13 +00:00
Aaron Giles
1a30184903
Final round of struct/union/enum normalization.
2012-09-16 05:24:30 +00:00
Aaron Giles
cff1004165
Pass 2 of struct modernization.
2012-09-15 22:30:30 +00:00
Miodrag Milanovic
219e664785
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT changed to be members of state classes (no whatsnew)
2012-09-13 11:15:32 +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-
013bd9ab94
(MESS) converted scsibus from legacy device to c++ (nw)
2012-08-26 14:25:29 +00:00
Miodrag Milanovic
7285b359d2
Merge of MESS sources (no whatsnew)
2012-08-21 10:41:19 +00:00