summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc8801.c
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-3/+0
|
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-9/+2
| | | | | | (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]
* Added timer irq, this makes a status bar to appear on top Angelo Salese2012-11-201-1/+0
|
* Some notes on the AlphaSmart Pro machine Angelo Salese2012-11-141-1/+0
|
* Small PC-8801 update Angelo Salese2012-11-061-0/+1
|
* Quick and dirty skelly for Bingo Mania, ask to Robbie for credit stuff, nw Angelo Salese2012-10-191-1/+1
|
* Yet another PC-8801 notes update, nw Angelo Salese2012-10-191-20/+23
|
* Various work, needs gfx decoding to proceed ... Angelo Salese2012-10-151-5/+6
|
* Small note update Angelo Salese2012-10-111-7/+9
|
* Notes update, OG: please check MESS forum Angelo Salese2012-10-101-27/+31
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-34/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Curt Coder2012-10-071-2/+2
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-36/+41
|
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-10/+11
|
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-11/+11
| | | | to make next changes easier (no whatsnew)
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-10/+9
|
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
|
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
| | | | | | | | | | | | | 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]
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-71/+70
| | | | changed to be members of state classes (no whatsnew)
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
|
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-10/+10
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Quick note before I forget, nw Angelo Salese2012-08-241-0/+1
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+3042