summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-8/+17
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-075-13/+13
* fixed memory leak when using .rpk files with ti99 (nw) Oliver Stöneberg2014-04-021-1/+3
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-022-11/+12
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-282-5/+5
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-234-488/+332
* (MESS) Simpler config by joyport mods. (nw) Michael Zapf2014-03-215-41/+47
* (MESS) Just added a comment. (nw) Michael Zapf2014-03-211-1/+4
* move things around this fixes linking (nw) Miodrag Milanovic2014-03-212-593/+0
* Moved TI-99/4A expansion cards to emu/bus/ti99_peb. Michael Zapf2014-03-2133-9377/+0
* (MESS) Fixed swapped arguments. (nw) Michael Zapf2014-03-212-3/+3
* Device short name/description fixes to fix noted discrepancies between xml, d... Scott Stone2014-03-202-2/+2
* (MESS) smc92x4: devcb2. (nw) Curt Coder2014-03-191-6/+6
* (MESS) ti99/speech8: devcb2. (nw) Curt Coder2014-03-192-12/+9
* (MESS) ti99/mapper8: devcb2. (nw) Curt Coder2014-03-192-3/+9
* (MESS) ti99/grom: devcb2. (nw) Curt Coder2014-03-194-17/+35
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-182-9/+9
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-172-4/+4
* changed text in comment not to get false legacy device notification :) (nw) Miodrag Milanovic2014-03-171-1/+1
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-164-14/+12
* (MESS) Some more devcb2 edits. (nw) Michael Zapf2014-03-1512-152/+99
* (MESS) Going to devcb2. (nw) Michael Zapf2014-03-143-67/+90
* (MESS) Changes in devcb2 usage. (nw) Michael Zapf2014-03-142-4/+2
* (MESS) Removed old-style token processing. (nw) Michael Zapf2014-03-132-419/+353
* (MESS) Half-way modernization for TI-990, removing usage of tokens. Michael Zapf2014-03-122-295/+367
* (MESS) Modernized StrataFlash device. (nw) Michael Zapf2014-03-122-98/+113
* (MESS) Some more variable initializations.(nw) Michael Zapf2014-03-111-0/+7
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-114-7/+9
* fixed usage of uninitialized members in ti_fdc_device and ti_fdc_legacy_devic... Oliver Stöneberg2014-03-111-0/+4
* fixed usage of uninitialized member in ti_rs232_pio_device (nw) Oliver Stöneberg2014-03-101-0/+1
* fixed usage of uninitialized member in nouspikel_usb_smartmedia_device (nw) Oliver Stöneberg2014-03-101-0/+1
* fixed usage of uninitialized member in horizon_ramdisk_device (nw) Oliver Stöneberg2014-03-101-0/+1
* fixed usage of uninitialized meber in ti_speech_synthesizer_device (nw) Oliver Stöneberg2014-03-101-0/+1
* fixed usage of uninitialized meber in ti99_datamux_device (nw) Oliver Stöneberg2014-03-101-0/+1
* fixed usage of uninitialized meber in snug_bwg_device (nw) Oliver Stöneberg2014-03-101-0/+2
* (MESS) Include some more disk image formats. (nw) Michael Zapf2014-03-102-9/+3
* Clang, again (nw) R. Belmont2014-03-101-1/+1
* (MESS) Fix Clang compile (nw) R. Belmont2014-03-101-1/+1
* (MESS) Floppy modernization, part 2. Michael Zapf2014-03-094-42/+764
* small fix (nw) Miodrag Milanovic2014-03-011-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* fixed usage of uninitialized member in mainboard8_device (nw) Oliver Stöneberg2014-02-261-0/+1
* fixed usage of uninitialized member in geneve_keyboard_device (nw) Oliver Stöneberg2014-02-261-1/+1
* (MESS) Minor changes to tifdc; added 360K MFM format to ti99_dsk. (nw) Michael Zapf2014-02-131-5/+16
* (MESS) Changing to new floppy implementation, part 1. Michael Zapf2014-02-123-34/+516
* (MESS) Minor debugging stuff and using freq constant (nw) Michael Zapf2014-02-122-3/+5
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-6/+4
* (MESS) ti99: Fixed TI floppy disk controller. [Michael Zapf] Michael Zapf2013-12-121-3/+3
* (MESS) ti99: Fixing the TI floppy controller; still issues. (nw) Michael Zapf2013-12-112-90/+134
* (MESS) ti99: Resolve READY in device_config_complete. (nw) Michael Zapf2013-12-112-5/+13