summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pet.c
Commit message (Expand)AuthorAgeFilesLines
* pet: Added French CBM 8032 ROMs. [Hervé Warin] Curt Coder2015-08-241-0/+27
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-34/+34
* (MESS) pet: Fixed backspace mapping. (nw) Curt Coder2015-04-131-4/+4
* fix rom names in pet drivers Andrew McRae2015-01-081-1/+1
* [MESS] cbm8296: Added mysterious "GV" ROM set. [Mike Naberezny] Curt Coder2014-11-281-0/+35
* [MESS] cbm8296: Added proper dump of BASIC/Kernal ROM 324746-01 @ UE7. The on... Curt Coder2014-11-241-73/+99
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* and one more. nw. Fabio Priuli2014-10-091-60/+56
* (MESS) cbm8296ed: Added ROM signatures for Oracle 3.03. [Mike Naberezny] Mike Naberezny2014-09-211-2/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* add M6502_DISABLE_DIRECT() to the rest of the commodore 8bit drivers too (nw) Alex W. Jackson2014-07-021-0/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-83/+55
* (MESS) pet: Added user port diagnostic connector. [Curt Coder] Curt Coder2014-04-191-1/+9
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-7/+8
* (MESS) pet: Fixed sound. (nw) Curt Coder2014-03-271-1/+3
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-12/+187
* (MESS) pet: European models sync at 50Hz. (nw) Curt Coder2014-03-261-3/+50
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-5/+13
* (MESS) Removed PET CB1 read handler, it is pushing vsync to it already. [smf] smf-2014-02-111-7/+0
* 6522 CA1 is input only, so I have removed the output callback. The lisa via h... smf-2014-01-251-2/+0
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-3/+1
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-31/+31
* removed a couple of CA1/CB1 involved with IEEE, pet was already pushing the s... smf-2014-01-061-4/+0
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-061-4/+4
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-62/+44
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+2
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-041-1/+1
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-041-20/+37
* removed ca1/cb1 callbacks as the values are already pushed [smf] smf-2014-01-011-2/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-23/+22
* reduce dependency mak files by 130k (nw) smf-2013-12-291-0/+3
* Uses MCFG_SLOT_DEFAULT_OPTION instead of MCFG_DEVICE_SLOT_INTERFACE where onl... smf-2013-12-161-1/+1
* (MESS) pet_hdd.xml: Added hard disk software list with preformatted images fo... Curt Coder2013-11-091-0/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-0/+9
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-12/+0
* (MESS) ieee488: Restored some usability. (nw) Curt Coder2013-07-311-4/+4
* (MESS) ieee488: Removed device address information from the IEEE-488 bus, all... Curt Coder2013-07-301-4/+4
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+1
* (MESS) pet_flop.xml: Added 8050 version of VisiCalc. [Curt Coder] Curt Coder2013-07-101-0/+9
* (MESS) pet8032: Changed RVS/OFF key to map to CTRL [Mike Naberezny] (nw) Curt Coder2013-06-281-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* (MESS) pet4032: Fixed natural keyboard. [Mike Naberezny] Curt Coder2013-06-091-27/+27
* (MESS) pet8032: Fixed natural keyboard. [Mike Naberezny] Curt Coder2013-06-061-32/+33
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* (MESS) pet8032: Fixed lowercase mode. [Mike Naberezny] Curt Coder2013-06-011-1/+1
* (MESS) pet: Implemented SoftBox IEEE-488 peripheral mode, where a PET compute... Curt Coder2013-05-291-0/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-12/+12
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+1
* (MESS) cbm8296: WIP. (nw) Curt Coder2013-05-171-8/+19