Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "rest of device parameters to std::string (nw)" | 2016-01-20 | 37 | -78/+78 | |
* | Revert "some additional (nw)" | 2016-01-20 | 2 | -2/+2 | |
* | Revert "fix save_memory in psx (nw)" | 2016-01-20 | 1 | -1/+1 | |
* | nokia_3310.cpp: started implementing the driver based on available informatio... | 2016-01-19 | 2 | -0/+298 | |
* | fix save_memory in psx (nw) | 2016-01-17 | 1 | -1/+1 | |
* | some additional (nw) | 2016-01-16 | 2 | -2/+2 | |
* | rest of device parameters to std::string (nw) | 2016-01-16 | 37 | -78/+78 | |
* | tags are now strings (nw) | 2016-01-16 | 130 | -665/+661 | |
* | removed memory tracking (nw) | 2016-01-08 | 2 | -2/+2 | |
* | devices/video/mc6847.h: fixed MT06124 (nw) | 2016-01-07 | 1 | -2/+2 | |
* | upd7220: correct lr in graphics mode (nw) | 2016-01-02 | 1 | -2/+2 | |
* | Cleanups and version bumpmame0169 | 2015-12-30 | 3 | -85/+84 | |
* | 64x64 and 128x128 resolutions added. | 2015-12-29 | 2 | -81/+242 | |
* | Memory read back function added. | 2015-12-29 | 2 | -4/+54 | |
* | Last manual merging fix. (bad bus address width and clock_freq not initialized.) | 2015-12-28 | 1 | -1/+1 | |
* | Merge https://github.com/mamedev/mame | 2015-12-28 | 115 | -758/+769 | |
|\ | |||||
| * | Major EF9365 driver update : All display functions emulated [jfdelnero] | 2015-12-28 | 2 | -249/+825 | |
| * | cleanup (nw) | 2015-12-26 | 12 | -24/+21 | |
| * | cleanup (nw) | 2015-12-26 | 8 | -10/+10 | |
| * | cleanups (nw) | 2015-12-25 | 3 | -6/+0 | |
| * | Merge pull request #521 from jfdelnero/master | 2015-12-25 | 2 | -2/+51 | |
| |\ | |||||
| * | | some handmade changes (nw) | 2015-12-21 | 1 | -1/+1 | |
| * | | auto_alloc_array_clear -> make_unique_clear (nw) | 2015-12-19 | 17 | -42/+42 | |
| * | | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... | 2015-12-17 | 18 | -114/+114 | |
| * | | macro removal INLINE -> static inline (nw) | 2015-12-12 | 7 | -41/+41 | |
| * | | Merge pull request #488 from jfdelnero/master | 2015-12-06 | 2 | -11/+47 | |
| |\ \ | |||||
| * | | | override for for macros that could not be auto recognized by tools (nw) | 2015-12-06 | 1 | -1/+1 | |
| * | | | cleanup | 2015-12-06 | 1 | -1/+1 | |
| * | | | override part 3 (nw) | 2015-12-05 | 57 | -206/+206 | |
| * | | | override part 1 (nw) | 2015-12-05 | 8 | -113/+113 | |
| * | | | cleanuo | 2015-12-05 | 3 | -8/+1 | |
| * | | | removed usage of deprecated register keyword in our code (nw) | 2015-12-04 | 1 | -3/+3 | |
| * | | | clang-modernize part 6 | 2015-12-04 | 6 | -34/+34 | |
| * | | | clang-modernize part 3 | 2015-12-04 | 45 | -158/+158 | |
| * | | | Merge pull request #484 from jfdelnero/master | 2015-12-02 | 2 | -28/+84 | |
| |\ \ \ | |||||
| * \ \ \ | Merge pull request #478 from jfdelnero/master | 2015-11-30 | 2 | -0/+561 | |
| |\ \ \ \ | |||||
| * | | | | | apricot: use hd6845, cleanup mc6845 | 2015-11-29 | 1 | -4/+0 | |
| * | | | | | mc6845: add AMS40489 CRTC | 2015-11-27 | 2 | -0/+31 | |
* | | | | | | Interrupt line & events supported. | 2015-12-27 | 2 | -1/+90 | |
* | | | | | | 512x512, 512x256 (EF9366),256x256 resolutions supported. | 2015-12-27 | 2 | -264/+337 | |
* | | | | | | All hardware vector drawing commands are now working. | 2015-12-26 | 2 | -98/+513 | |
| |_|_|_|/ |/| | | | | |||||
* | | | | | EF9365 : Commands busy timings update, Vector drawing (WIP). | 2015-12-20 | 2 | -2/+51 | |
| |_|_|/ |/| | | | |||||
* | | | | block drawing support added. | 2015-12-06 | 2 | -11/+47 | |
| |_|/ |/| | | |||||
* | | | Clear screen, Screen scanning command added. | 2015-12-01 | 2 | -28/+84 | |
| |/ |/| | |||||
* | | EF9365 video controller skeleton added. | 2015-11-29 | 2 | -0/+561 | |
|/ | |||||
* | Cleanups and version bumpmame0168 | 2015-11-25 | 6 | -22/+22 | |
* | Fixed uninitialized class members | 2015-11-19 | 14 | -23/+45 | |
* | mc6845: fixed hd6845 rasters in interlace mode | 2015-11-14 | 3 | -10/+19 | |
* | Fixed some suggestions by ReSharper C++ (nw) | 2015-11-14 | 1 | -5/+5 | |
* | Some cleanups and init fixes with help of ReSharper C++ (nw) | 2015-11-11 | 1 | -2/+2 |