summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ti85.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+18
* mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-16/+16
* bankdev: Remove address_space argument from read/write handlers (nw) AJR2019-01-211-4/+4
* Replace machine().device with subdevice for NVRAM installation; clean up vide... AJR2018-06-031-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+7
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-7/+7
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* ti8* Re-implemented ipl disable, which was removed in https://github.com/mame... smf-2018-02-221-0/+43
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+0
* more timer_pulse removal (nw) Ivan Vangelista2017-05-131-9/+13
* ti8*: remove the gross boot hack, break the driver, don't give a shit [O. Gal... Olivier Galibert2017-03-311-17/+0
* ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should ... Vas Crabb2017-03-011-38/+65
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* removed some driver_data<> calls (nw) smf-2016-11-031-3/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1192