| Commit message (Expand) | Author | Age | Files | Lines |
| * | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -3332/+0 |
| * | al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] |  mahlemiut | 2015-09-10 | 1 | -2/+2 |
| * | no longer using read_safe from code under src/mess (nw) |  Wilbert Pol | 2015-08-11 | 1 | -9/+9 |
| * | Cleanups and version bumpmame0164 |  Miodrag Milanovic | 2015-07-29 | 1 | -1/+1 |
| * | amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 de... |  mahlemiut | 2015-07-05 | 1 | -36/+42 |
| * | Cleanups and version bumpmame0162 |  Miodrag Milanovic | 2015-05-27 | 1 | -3/+3 |
| * | Update for Kevin Thacker (nw) |  Miodrag Milanovic | 2015-05-22 | 1 | -1/+1 |
| * | amstrad.c: worked around gx4000 crash (nw) |  Osso | 2015-05-15 | 1 | -5/+10 |
| * | Synced other dirs withs driver license for MESS (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -1/+1 |
| * | cpcexp: added ROMEN signal, and a function to tell an expansion to set up any... |  mahlemiut | 2015-05-09 | 1 | -19/+31 |
| * | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | cleanup in mess section (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -4/+4 |
| * | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -7/+7 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0159 |  Miodrag Milanovic | 2015-02-25 | 1 | -17/+17 |
| * | amstrad: added support for the Dobbertin Smart Watch |  mahlemiut | 2015-02-24 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0158 |  Miodrag Milanovic | 2015-01-28 | 1 | -2/+2 |
| * | avoid fatal error during -str run (typically used for regression tests). nw. |  etabeta78 | 2015-01-19 | 1 | -1/+5 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -6/+6 |
| * | (MESS) amstrad.c: converted cpc+ and gx4000 to use generic |  Fabio Priuli | 2014-09-23 | 1 | -89/+77 |
| * | amstrad: removed ROMEN signal callback, it is actually an input to an |  mahlemiut | 2014-08-16 | 1 | -9/+17 |
| * | amstrad: added support for 64k, 320k, and 576k RAM sizes |  mahlemiut | 2014-08-06 | 1 | -3/+17 |
| * | amstrad: bit 0 is not used in selecting the FDD motor control, fixes disk acc... |  mahlemiut | 2014-08-05 | 1 | -13/+15 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
| * | amstrad: added the ability for expansion devices to contain ROMs (as some do). |  mahlemiut | 2014-07-09 | 1 | -1/+24 |
| * | kccomp: fix video output and debug build crash. |  mahlemiut | 2014-07-07 | 1 | -0/+7 |
| * | amstrad: Reworked the way ROMs are set up. Now ROMs are set on reset, all at... |  mahlemiut | 2014-07-06 | 1 | -68/+62 |
| * | mc6845: converted to devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-01 | 1 | -31/+0 |
| * | Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... |  Miodrag Milanovic | 2014-04-23 | 1 | -1/+0 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
| * | converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... |  Oliver Stöneberg | 2014-03-29 | 1 | -6/+2 |
| * | replaced some more malloc/free usage with global_alloc_array/global_free_arra... |  Oliver Stöneberg | 2014-03-28 | 1 | -3/+3 |
| * | (MESS) Moved the remaining slot interfaces to emu/bus. (nw) |  Curt Coder | 2014-03-17 | 1 | -2/+2 |
| * | upd765: Refactored to use devcb2 callbacks. [Curt Coder] |  Curt Coder | 2014-03-17 | 1 | -7/+1 |
| * | redo amstrad expansion slot devcb usage (nw) |  Miodrag Milanovic | 2014-03-16 | 1 | -21/+7 |
| * | Fix for gx4000 problems in debug builds regression test run. (nw) |  Ivan Vangelista | 2014-03-15 | 1 | -30/+37 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -8/+3 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -7/+7 |
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -64/+64 |
| * | fix crash on startup (nw) |  smf- | 2014-02-10 | 1 | -1/+0 |
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -4/+19 |
| * | (MESS) amstrad: added the option of having nothing attached to the joystick p... |  mahlemiut | 2014-02-01 | 1 | -1/+5 |
| * | (MESS) amstrad: mouse inputs should be low when active. Fixes movements appe... |  mahlemiut | 2014-01-29 | 1 | -7/+7 |
| * | (MESS) amstrad: Added preliminary support for the AMX mouse. [Barry Rodewald] |  mahlemiut | 2014-01-29 | 1 | -0/+28 |
| * | converted z80 to c++ [smf] |  smf- | 2014-01-21 | 1 | -1/+1 |
| * | added screen visarea adjustment to mc6845 config interface |  Michaël Banaan Ananas | 2014-01-04 | 1 | -0/+2 |
| * | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -1/+1 |
| * | moved centronics into emu/bus (nw) |  Miodrag Milanovic | 2013-10-23 | 1 | -1/+1 |
| * | (MESS) amstrad: Allowed vpos counter to count past the active display. This a... |  mahlemiut | 2013-10-12 | 1 | -7/+9 |
| * | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -2/+0 |