summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/hec2hrp.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-822/+0
|
* hec2mdhrx: updated to use the new wd fdc. Dirk Best2015-06-021-71/+11
|
* update for JJ Stacino (nw) Miodrag Milanovic2015-05-161-1/+1
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+0
|
* From Fabio (nw) Miodrag Milanovic2014-10-171-0/+32
| | | | | | | -hector: creates a machine fragment for the sound components which are shared among hector and interact to avoid duplicate code -specialist : makes static the specimx palette because it is not used outside video/specimx,c -pce: fixed MT5734 by adding support for 192k images
* converted sn76477 to use inline config. nw. Fabio Priuli2014-10-161-20/+0
|
* hec2hrp.c converted to ioport_array (nw) Ivan Vangelista2014-06-021-4/+2
|
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-3/+3
|
* discrete_sound_w and discrete_sound_r not used any more since ↵ Miodrag Milanovic2014-03-211-2/+2
| | | | discrete_device is modern one (nw)
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-17/+17
|
* Modernized the sn76477 sound device (nw) Ivan Vangelista2013-11-211-27/+24
|
* some mostly pc related cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-152/+145
| | | | other modernization (nw)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-19/+7
|
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-5/+5
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-82/+82
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
|
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Memory handler normalization, part 1. Aaron Giles2012-09-171-9/+9
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+899