Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ↵ | 2013-01-31 | 1 | -0/+1 | |
| | | | | (no whatsnew) | ||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -12/+12 | |
| | |||||
* | sed1310: Cleanup. (nw) | 2012-11-22 | 1 | -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] | 2012-10-10 | 1 | -2/+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 | ||||
* | srcclean (nw) | 2012-10-07 | 1 | -4/+4 | |
| | |||||
* | modernization and cleanup of x68k (no whatsnew) | 2012-10-03 | 1 | -26/+71 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -0/+12 | |
| | |||||
* | H file cleanup (no whatsnew) | 2012-09-24 | 1 | -6/+0 | |
| | |||||
* | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -0/+17 | |
| | |||||
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -0/+1 | |
| | |||||
* | manual cleanup of mame and mess includes (no whatsnew) | 2012-09-18 | 1 | -2/+0 | |
| | |||||
* | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -1/+2 | |
| | |||||
* | Memory handler cleanup 3. Add mem_mask parameter | 2012-09-17 | 1 | -14/+14 | |
| | | | | | | | | 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 ↵ | 2012-09-13 | 1 | -2/+7 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | TILE/TILEMAP modernization part 3 (no whatsnew) | 2012-09-06 | 1 | -0/+4 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+298 | |