summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bml3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-65/+64
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* srcclean (nw) Curt Coder2012-10-071-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-7/+9
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-7/+7
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-29/+29
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-9/+10
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-25/+26
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+12
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+952