| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -9/+6 |
| * | ef9365: remove improper hyperlink from notes |  hap | 2020-08-26 | 1 | -4/+0 |
| * | ef9365.cpp: Fixed vertical characters and use assigned palette. |  Nigel Barnes | 2019-06-21 | 1 | -22/+12 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -4/+5 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -5/+4 |
| * | ef9345, ef9365: Simplify read/write handlers (nw) |  AJR | 2019-03-07 | 1 | -2/+2 |
| * | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -2/+3 |
| * | ef9365: Clear framebuffer memory on reset. |  Nigel Barnes | 2018-07-10 | 1 | -0/+1 |
| * | maps: Finish devices/video (nw) |  Olivier Galibert | 2018-04-20 | 1 | -3/+4 |
| * | de-staticify initializations for src/devices/video (#3270) |  wilbertpol | 2018-02-25 | 1 | -47/+37 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
| * | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -4/+4 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -3/+5 |
| * | EF9365 : Fix the hardware vector engine. (#2370) |  Jean-François DEL NERO | 2017-06-08 | 1 | -53/+64 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -75/+81 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+4 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -9/+9 |
| * | * Make object finders behave like pointers for the purposes of implicit casts... |  Vas Crabb | 2016-08-27 | 1 | -1/+1 |
| * | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 1 | -1/+1 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 1 | -1/+1 |
| * | video/ef9365.cpp: moved the charset rom inside of the device, fixes missing r... |  Ivan Vangelista | 2016-07-02 | 1 | -1/+16 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Devfind revision phase 1, cleaning out some legacy stuff |  AJR | 2016-04-07 | 1 | -2/+2 |
| * | This fix VS2015 warning (and building) about uninitialized variable. |  dankan1890 | 2016-01-30 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0169 |  Miodrag Milanovic | 2015-12-30 | 1 | -82/+81 |
| * | 64x64 and 128x128 resolutions added. |  Jean-François DEL NERO | 2015-12-29 | 1 | -70/+229 |
| * | Memory read back function added. |  Jean-François DEL NERO | 2015-12-29 | 1 | -2/+47 |
| * | Last manual merging fix. (bad bus address width and clock_freq not initialized.) |  Jean-François DEL NERO | 2015-12-28 | 1 | -1/+1 |
| * | Interrupt line & events supported. |  Jean-François DEL NERO | 2015-12-27 | 1 | -1/+79 |
| * | 512x512, 512x256 (EF9366),256x256 resolutions supported. |  Jean-François DEL NERO | 2015-12-27 | 1 | -244/+291 |
| * | All hardware vector drawing commands are now working. |  Jean-François DEL NERO | 2015-12-26 | 1 | -98/+507 |
| * | EF9365 : Commands busy timings update, Vector drawing (WIP). |  Jean-François DEL NERO | 2015-12-20 | 1 | -2/+50 |
| * | block drawing support added. |  Jean-François DEL NERO | 2015-12-06 | 1 | -10/+46 |
| * | Clear screen, Screen scanning command added. |  Jean-François DEL NERO | 2015-12-01 | 1 | -25/+81 |
| * | EF9365 video controller skeleton added. |  Jean-François DEL NERO | 2015-11-29 | 1 | -0/+455 |