summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/tvc_hbf.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
|
* (MESS) TVC HBF: fixed FDC clock. (nw) Sandro Ronco2012-12-131-1/+1
|
* MSVC compilation fixes (nw) Nathan Woods2012-12-091-1/+1
|
* (MESS) Updated TVC HBF to use new floppy system. (nw) Sandro Ronco2012-11-261-41/+23
|
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
| | | | | | | | | | | | | 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]
* (MESS) Updated KC D004 and TVC HBF to use selectable BIOS. (nw) Sandro Ronco2012-09-031-11/+9
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+196