summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pce.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3
* (MESS) pce.c: moved the cd addon to be a separate device. now save states Fabio Priuli2013-05-281-1381/+19
* (MESS) pce.c: cleanups. nw. Fabio Priuli2013-05-281-468/+433
* modernized rest in pce (nw) Miodrag Milanovic2013-05-281-68/+62
* (MESS) pce.c: moved more functions into the class. nw. Fabio Priuli2013-05-281-136/+117
* msm5205.c: modernized the device. [Fabio Priuli] Fabio Priuli2013-05-281-23/+22
* (MESS) pce.c: converted carts to use slot devices [Fabio Priuli] Fabio Priuli2013-05-271-146/+13
* (MESS) minor improvements to pce save state reliability. not there yet + adde... Fabio Priuli2013-05-261-0/+8
* Various CD-ROM / CHDMAN improvements: [R. Belmont] R. Belmont2013-05-181-0/+5
* modernised CDDA & discard buffered samples when starting to play to avoid aud... smf-2013-05-131-21/+21
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* small cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* more cleanup (nw) Miodrag Milanovic2013-04-141-18/+17
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-5/+5
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-3/+3
* Fixed janjans2, don't think the game should run in 336 x 239, will look at th... Angelo Salese2013-03-041-12/+0
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-113/+112
* Arbee forgot to remove this line Angelo Salese2013-01-091-2/+2
* Added cdda_get_channel_volume() function to CD-DA device. Fixed volume contro... Angelo Salese2013-01-081-0/+3
* Notes update Angelo Salese2013-01-071-21/+4
* cdrom: Introduces concept of logical sector addresses so games see the disc w... R. Belmont2013-01-051-8/+9
* And just because I'm a good fella even after XMas, here's a gross hack I've u... Angelo Salese2013-01-041-0/+12
* Some information for PoP Angelo Salese2013-01-041-3/+21
* TYPOs Angelo Salese2013-01-031-2/+2
* Added CD-ROM hook-up to kokoroj2, nw Angelo Salese2013-01-031-0/+1
* Preliminary transfer ready irq hook-up, makes Steam Heart's to enter into gam... Angelo Salese2013-01-031-6/+21
* Simplified IRQ routine on PC Engine CD Angelo Salese2013-01-031-49/+9
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-231-1/+1
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-44/+37
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+8
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1827