| Commit message (Expand) | Author | Age | Files | Lines |
* | hh_tms1k: cnfball and fxmcr165 WIP |  hap | 2016-03-12 | 7 | -127/+555 |
* | ppcdrc: handle divide by zero (nw) |  Ville Linde | 2016-03-12 | 1 | -1/+13 |
* | if (this) leftover, need to check if this causes some issue (nw) |  Miodrag Milanovic | 2016-03-11 | 1 | -2/+0 |
* | this is always true now so no reason to check (nw) |  Miodrag Milanovic | 2016-03-11 | 1 | -1/+0 |
* | Revert "armedf.cpp: fixed missing ship icon in terrafb and terrafjb and fixe... |  Ivan Vangelista | 2016-03-11 | 2 | -6/+6 |
* | audio/taito_en.cpp: use device_mconfig_additions() (nw) |  Ivan Vangelista | 2016-03-11 | 10 | -154/+159 |
* | Merge pull request #703 from ajrhacker/subcmd |  R. Belmont | 2016-03-11 | 2 | -4/+9 |
|\ |
|
| * | Let slot_default in softlists override INIs (but not the command line) |  AJR | 2016-03-09 | 2 | -4/+9 |
* | | Fix that makes non-Unicode build to work (nw) |  Miodrag Milanovic | 2016-03-11 | 1 | -1/+1 |
* | | armedf.cpp: fixed missing ship icon in terrafb and terrafjb and fixed the la... |  Ivan Vangelista | 2016-03-11 | 2 | -6/+6 |
* | | With latest package from MSYS of clang 3.8.0 build at least compile fine on w... |  Miodrag Milanovic | 2016-03-11 | 5 | -22/+13 |
* | | Don't need to call FlushFileBuffers (it's equivalent to fsync, not fflush) |  Vas Crabb | 2016-03-11 | 2 | -15/+1 |
* | | commented out regression slow error.log on Windows |  hap | 2016-03-11 | 1 | -1/+3 |
* | | carjmbre: marked game as working again, still some problems with sprites |  hap | 2016-03-11 | 1 | -27/+50 |
* | | NoteTaker: Attached FDC and floppy drive. [Lord Nightmare] |  Lord-Nightmare | 2016-03-10 | 1 | -4/+23 |
* | | IGS Super Poker: Decrypted all the US/UA sets. They are still |  RobertoFresca | 2016-03-10 | 1 | -17/+39 |
* | | remove leftover logging (nw) |  Dirk Best | 2016-03-10 | 1 | -1/+1 |
* | | toypop_state -> namcos16_state, nw |  angelosa | 2016-03-10 | 1 | -36/+35 |
* | | Working sound, nw |  angelosa | 2016-03-10 | 1 | -1/+1 |
* | | Added bitmap, nw |  angelosa | 2016-03-10 | 1 | -2/+47 |
* | | More work towards getting comms right ... |  angelosa | 2016-03-10 | 1 | -11/+46 |
* | | Checkpoint, nw |  angelosa | 2016-03-10 | 1 | -7/+254 |
* | | floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese... |  Olivier Galibert | 2016-03-10 | 4 | -93/+100 |
* | | carjmbre: added sprites, preliminary |  hap | 2016-03-10 | 2 | -32/+40 |
* | | carjmbre: added bg tilemap, added palette (resnet stuff copied, was written b... |  hap | 2016-03-10 | 1 | -9/+101 |
* | | carjmbre: added sound, added inputs(from online doc, obviously dipswitch info... |  hap | 2016-03-10 | 1 | -1/+54 |
* | | carjmbre: basic program-flow |  hap | 2016-03-10 | 1 | -20/+144 |
* | | novag6502: button mappings were wrong way around |  hap | 2016-03-10 | 3 | -35/+35 |
* | | novag6502: added supercon button labels |  hap | 2016-03-10 | 3 | -46/+23 |
* | | To ArBee with love |  Vas Crabb | 2016-03-10 | 4 | -2/+114 |
* | | NoteTaker: Fix another typo in bios 1.5, no longer runs off into the weeds an... |  Lord-Nightmare | 2016-03-10 | 1 | -1/+1 |
* | | tagged car jamboree driver to myself, will rewrite it soon |  hap | 2016-03-10 | 1 | -4/+2 |
|/ |
|
* | novag6502: added internal layout for supercon |  hap | 2016-03-10 | 2 | -107/+532 |
* | OCD... (nw) ;) |  RobertoFresca | 2016-03-09 | 1 | -1/+1 |
* | Renamed some roms and fixed a mistake... |  RobertoFresca | 2016-03-09 | 2 | -23/+23 |
* | Super Poker: Reparent all sets. |  RobertoFresca | 2016-03-09 | 2 | -87/+90 |
* | Merge branch 'master' of https://github.com/mamedev/mame |  RobertoFresca | 2016-03-09 | 2 | -3/+4 |
|\ |
|
| * | Allow seek to position 0 in a vectorstream with empty storage, always reserve... |  Vas Crabb | 2016-03-10 | 2 | -3/+4 |
* | | New clones marked as NOT_WORKING |  RobertoFresca | 2016-03-09 | 2 | -11/+50 |
|/ |
|
* | Merge branch 'master' of https://github.com/mamedev/mame |  David Haywood | 2016-03-09 | 125 | -2127/+9455 |
|\ |
|
| * | Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... |  Vas Crabb | 2016-03-09 | 10 | -96/+81 |
| * | renamed supercon.cpp to novag6502.cpp |  hap | 2016-03-09 | 3 | -27/+33 |
| * | supercon: WIP, don't mind the mess |  hap | 2016-03-09 | 2 | -9/+394 |
| * | remove outdated comment (nw) |  Lord-Nightmare | 2016-03-09 | 1 | -1/+0 |
| * | NoteTaker: Hooked up screen framebuffer. Hacked the Odd/Even interrupt so scr... |  Lord-Nightmare | 2016-03-09 | 1 | -12/+56 |
| * | svi318: initial version of driver rewrite |  Dirk Best | 2016-03-09 | 2 | -524/+400 |
| * | model2.cpp: Minor documentation correction - NW |  briantro | 2016-03-08 | 1 | -2/+2 |
| * | Merge pull request #702 from Happy-yappH/master |  Vas Crabb | 2016-03-09 | 1 | -1/+1 |
| |\ |
|
| | * | Non-interlaced field index should be fixed at zero. |  Happy | 2016-03-08 | 1 | -1/+1 |
| * | | various atari drivers: soundcpu rom loading cleanups (nw) |  Ivan Vangelista | 2016-03-08 | 18 | -284/+198 |