| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups and version bumpmame0152 | 2013-12-24 | 237 | -6852/+6801 | |
| | | |||||
| * | changela.c: updated previous commit with port-condition.(nw) | 2013-12-24 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) bbc : fixed character position in mode 7 | 2013-12-24 | 1 | -9/+6 | |
| | | |||||
| * | Added readmes for lethal and mystwarr [Guru] | 2013-12-24 | 2 | -1/+157 | |
| | | |||||
| * | Rom locations added for Battles (Xevious bootleg), G.I. Joe, Ghosts'n ↵ | 2013-12-23 | 4 | -104/+117 | |
| | | | | | Goblins (US), Victory Road and Guerilla War (Version 1) as well as nvram location to The Simpsons. [Kevin Eshbach] | ||||
| * | and added shifter layout | 2013-12-23 | 4 | -1/+75 | |
| | | |||||
| * | Fix for debug crash of all peplus.c sets from Judge (nw) | 2013-12-23 | 1 | -8/+9 | |
| | | |||||
| * | nemesis.c: added PORT_TOGGLE and PORT_NAMEs to Konami GT [baritonomarchetto] | 2013-12-23 | 1 | -3/+3 | |
| | | | | | (outrun motor patch was submitted too, will look at that later) | ||||
| * | Marked dstagea/ddru chd as bad because they need redumping. (nw) | 2013-12-23 | 1 | -2/+2 | |
| | | |||||
| * | namcostr: Fix crash in debug build (nw) | 2013-12-23 | 1 | -1/+1 | |
| | | |||||
| * | (mess) fixed name (nw) | 2013-12-23 | 1 | -1/+1 | |
| | | |||||
| * | gijoe.c: Update readme - NW | 2013-12-23 | 1 | -3/+5 | |
| | | |||||
| * | removed comments, pretty sure this isn't hooked up to econet (nw) | 2013-12-23 | 1 | -2/+2 | |
| | | |||||
| * | compile fix (nw) | 2013-12-23 | 1 | -1/+0 | |
| | | |||||
| * | forgot to remove resolved read handler. (nw) | 2013-12-23 | 2 | -5/+1 | |
| | | |||||
| * | replaced read netin/dtr1/cts2 callbacks in ZX8302 with write handlers, which ↵ | 2013-12-23 | 3 | -18/+37 | |
| | | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | removed removed unused rxd callback from MC6854 (this also appears to be ↵ | 2013-12-23 | 8 | -43/+16 | |
| | | | | | mostly a skeleton). Removed dependency clutter from econet [smf] | ||||
| * | removed unused rxd callback from MC6852 (which is only a skeleton) [smf] | 2013-12-23 | 4 | -15/+12 | |
| | | |||||
| * | removed unused rxd callback from z80sti [smf] | 2013-12-23 | 3 | -6/+0 | |
| | | |||||
| * | reduced dependency clutter in ecbbus [smf] | 2013-12-23 | 2 | -3/+3 | |
| | | |||||
| * | forgot to actually remove the rxd callback variable. (nw) | 2013-12-23 | 2 | -6/+1 | |
| | | |||||
| * | changed write_rx to update the correct variable (nw) | 2013-12-23 | 1 | -1/+1 | |
| | | |||||
| * | removed unused rxd callback from mos6551 and made devcb2 consistent with ↵ | 2013-12-23 | 20 | -70/+84 | |
| | | | | | other implementations [smf] | ||||
| * | reduced dependency clutter in c64 expansion port & c128 driver. [smf] | 2013-12-23 | 4 | -69/+72 | |
| | | |||||
| * | replaced read rx callback in IM6402 with a write handler, which allows ↵ | 2013-12-23 | 5 | -11/+17 | |
| | | | | | multiple chips to be connected together without using glue methods. [smf] | ||||
| * | Fixed MT00037 by adding missing joystick controls. | 2013-12-23 | 1 | -2/+2 | |
| | | |||||
| * | twin16: fix audio cpu RAM size [Alex Jackson] | 2013-12-23 | 1 | -1/+1 | |
| | | |||||
| * | fixed description (nw) | 2013-12-23 | 1 | -1/+1 | |
| | | |||||
| * | movbi_mi second parameter is 8 bit signed & MSVC complains that 0xff is ↵ | 2013-12-23 | 1 | -3/+3 | |
| | | | | | truncated unless you explicitly cast it. (nw) | ||||
| * | moo.c: Use actual XTALs for clocks - NW | 2013-12-23 | 1 | -12/+12 | |
| | | |||||
| * | gijoe.c: Use actual XTALs and add PCB locations - NW | 2013-12-23 | 1 | -54/+54 | |
| | | |||||
| * | xexex.c: Use actual XTAL in machine_config and use unique names for eeprom - NW | 2013-12-23 | 1 | -10/+8 | |
| | | |||||
| * | Added readmes for gijoe, moo, xexex. Updated simpsons readme. [Guru] | 2013-12-23 | 4 | -96/+337 | |
| | | |||||
| * | replaced read rx callback in MC2661 with a write handler, which allows ↵ | 2013-12-22 | 4 | -17/+4 | |
| | | | | | multiple chips to be connected together without using glue methods. [smf] | ||||
| * | SDL: slightly more inclusive ARM check (nw) | 2013-12-22 | 1 | -3/+3 | |
| | | |||||
| * | use MCFG_TIMER_DRIVER_ADD_PERIODIC for tape timer (nw) | 2013-12-22 | 2 | -7/+9 | |
| | | |||||
| * | replaced read rx callback in Z80DART (and clones) with a write handler, ↵ | 2013-12-22 | 49 | -222/+337 | |
| | | | | | which allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | Netlist: introduced more consistent and general state saving. Useful for ↵ | 2013-12-22 | 9 | -101/+152 | |
| | | | | | regression tests going forward. | ||||
| * | (mess) mega Soviet clone patch [shattered] | 2013-12-22 | 51 | -1309/+5204 | |
| | | | | | | | | | | | - moves ec184*, iskr103* and mc1502 out of pc.c - moves CGA font upload support to a subclass - adds new drivers: poisk1, ec1847, pk88 - adds a skeleton of native iskr103* keyboard i8089: implement remaining instructions and support execution from "io" space. [Carl] (mess) isbc-215g: add intel isbc-215g hdd controller, read only for now [Carl] (mess) isbc: add hdd support to isbc2861 (nw) | ||||
| * | replaced read rx callback in MC68901 with a write handler, which allows ↵ | 2013-12-22 | 5 | -356/+40 | |
| | | | | | multiple chips to be connected together without using glue methods. Removed a load of unused code from MC68901, probably left over when it was converted to use diserial. [smf] | ||||
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 49 | -244/+133 | |
| | | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which ↵ | 2013-12-22 | 47 | -576/+166 | |
| | | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | Removed x1_010 from thunderlbl, since this bootleg doesn't have it. Fixed ↵ | 2013-12-22 | 1 | -1/+12 | |
| | | | | | MT04424 while at it. (nw) | ||||
| * | v99x8.c: Fixed crash in debug builds, (nw) | 2013-12-21 | 2 | -5/+2 | |
| | | |||||
| * | fix WM_SYSCOMMAND wparam mask | 2013-12-21 | 1 | -2/+4 | |
| | | |||||
| * | WIP for: 05388: bloxeed: Incorrect DIP switch info. | 2013-12-21 | 1 | -9/+9 | |
| | | |||||
| * | fix for MSVC, I provided the wrong version number to couriers (Visual Studio ↵ | 2013-12-21 | 1 | -1/+1 | |
| | | | | | 2013 is 1800 & I believe that supports log1p but I haven't tested it yet) (nw) | ||||
| * | fix for MSVC "warning C4717: 'device_image_interface::fread' : recursive on ↵ | 2013-12-21 | 1 | -1/+1 | |
| | | | | | all control paths, function will cause runtime stack overflow" (nw) | ||||
| * | Added Signetics 8X300 microcontroller core, updated Wicat driver to use | 2013-12-21 | 7 | -7/+879 | |
| | | | | | it. [Barry Rodewald] | ||||
| * | midyunit.c [Andy Welsh] | 2013-12-21 | 1 | -11/+109 | |
| | | | | | Fixed inputs and DIP Switches for hiimpact, shimpact and clones which were all imported from TROG and mostly incorrect. | ||||
