summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-3/+3
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-3/+0
* upd765.c: changes to busy flag, r/w sector increment and reset int [Carl] cracyc2012-12-031-3/+43
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-36/+14
* srcclean (nw) Curt Coder2012-10-071-10/+10
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-193/+161
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-10/+0
* Made Cirrus just another vga implementation, and removed a need for additiona... Miodrag Milanovic2012-09-301-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-3/+3
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-25/+25
* (MESS) pc: Fixed address space errors. (no whatsnew) mahlemiut2012-09-231-2/+4
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-42/+42
* used read8_delegate instead of read8_space_func for vga port read (nw) Miodrag Milanovic2012-09-201-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-9/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-66/+60
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-10/+10
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1787