summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/hec2hrp.h
Commit message (Collapse)AuthorAgeFilesLines
* more pedantic fixes (nw) Cowering2015-07-081-1/+1
|
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
|
* hec2mdhrx: updated to use the new wd fdc. Dirk Best2015-06-021-7/+13
|
* 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
|
* From Fabio (nw) Miodrag Milanovic2014-10-171-0/+2
| | | | | | | -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-3/+0
|
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-1/+1
| | | | well, just doing now what we can
* hec2hrp.c converted to ioport_array (nw) Ivan Vangelista2014-06-021-8/+11
|
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-1/+0
|
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-3/+2
|
* Moved optional_device<screen_device> m_screen and ↵ Miodrag Milanovic2014-03-051-1/+3
| | | | optional_device<palette_device> m_palette out of driver.* (nw)
* Modernized the sn76477 sound device (nw) Ivan Vangelista2013-11-211-1/+4
|
* some mostly pc related cleanup (nw) Miodrag Milanovic2013-04-181-31/+16
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-6/+15
| | | | other modernization (nw)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+6
|
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+3
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+1
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
|
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-16/+16
| | | | | | | | to 8-bit handlers to match the others. To ease pain, added DECLARE_READ/WRITE_HANDLER macros that set up a default parameter. Also updated devcb so that the handlers can be called with or without the mem_mask. [Aaron Giles]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-1/+8
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+180