summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/d6800.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* (MESS) ensure cassette-save timer is synchronised to cpu. Robbbert2014-04-211-0/+7
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-27/+17
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-7/+7
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... smf-2014-01-061-30/+6
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-061-2/+2
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-17/+12
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-5/+5
* d6800: Renamed duplicate filename. (nw) Curt Coder2013-05-121-1/+1
* (MESS) D6800: Added support for machine-language games (all 2 of them). Robbbert2013-05-081-2/+5
* (MESS) D6800: Cassette connected up, system marked as WORKING [Robbbert] Robbbert2013-05-081-9/+23
* (MESS) D6800: bit more work Robbbert2013-05-081-15/+34
* (MESS) D6800: Added Dreamsoft bios Robbbert2013-05-081-7/+12
* (MESS) D6800: Various improvements. Most games are playable. [Robbbert] Robbbert2013-05-071-22/+26
* (MESS) D6800: fixed width of interrupt pulse; many more games start up now, a... Robbbert2013-05-071-1/+1
* (MESS) d6800: Better implementation of the speaker, keyclick works now. Chang... Robbbert2013-05-021-9/+11
* (MESS) Homelab, vc4000, d6800: fixed memory leak Robbbert2013-04-281-17/+25
* cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-16/+15
* (MESS) d6800 tags (nw) Robbbert2013-01-281-18/+34
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-42/+42
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* srcclean (nw) Curt Coder2012-10-071-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-5/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+399