summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mikromik.h
Commit message (Collapse)AuthorAgeFilesLines
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-2/+1
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-1/+1
|
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-1/+1
| | | | now to follow (nw)
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-3/+3
|
* (MESS) mm1: Added RS-232 ports. (nw) Curt Coder2013-02-151-0/+10
|
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-4/+8
|
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-0/+22
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
|
* (MESS) mm1: Fixed floppy. [Curt Coder] Curt Coder2013-01-101-2/+2
| | | Added a new implementation of the Intel 8275 with accurate DMA timing. [Curt Coder]
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-1/+0
|
* (MESS) mm1: Floppy WIP. (nw) Curt Coder2012-12-281-4/+6
|
* (MESS) mm1: Trying to fix floppy. (nw) Curt Coder2012-12-211-11/+13
|
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-1/+0
|
* (MESS) Cleanup. (nw) Curt Coder2012-12-071-4/+3
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-3/+3
| | | | recommended. (nw)
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-0/+1
| | | | | | (MESS) bw2: Fixed memory mapping. (nw) (MESS) msm6255: Refactored to use device_memory_interface. (nw) (MESS) floppy: Added macros for declaring modern floppy formats. The generic floppy formats (D88/DFI/IMD/IPF/MFI/MFM) are now automatically supported in each driver using the modern floppy code. [Curt Coder]
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
|
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-1/+0
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+1
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-0/+1
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+123