| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump that toomame0177 | 2016-08-31 | 1 | -2/+2 | |
| | | |||||
| * | Version bump | 2016-08-31 | 1 | -2/+2 | |
| | | |||||
| * | gba_lcd inherits m_regs as well (nw) | 2016-08-31 | 1 | -4/+6 | |
| | | |||||
| * | Merge pull request #1350 from ajrhacker/gba_save_fix | 2016-08-31 | 1 | -1/+1 | |
| |\ | | | | | Attempt at fixing gba savestates (nw) | ||||
| | * | Attempt at fixing gba savestates (nw) | 2016-08-30 | 1 | -1/+1 | |
| | | | | | | | | | This is untested, but similar in principle to af97bde77ba493435e759f4f987e990ba8de7426. | ||||
| * | | Fix for save state reloading for many machines using oki6295, thanks to Osso ↵ | 2016-08-30 | 1 | -2/+7 | |
| |/ | | | | (nw) | ||||
| * | Add okim6295 to vgmplay driver, nw | 2016-08-30 | 5 | -13/+86 | |
| | | |||||
| * | srcclean again... | 2016-08-31 | 1 | -1/+1 | |
| | | |||||
| * | devices/zeus2.cpp: fix save state crashing in thegrid and crusnexo (nw) | 2016-08-30 | 1 | -5/+9 | |
| | | |||||
| * | Fix MT06306, removed oricext bus from telstrat only, nw | 2016-08-30 | 1 | -0/+4 | |
| | | |||||
| * | ti99: Change step rate default setting to 8ms. | 2016-08-30 | 1 | -4/+4 | |
| | | |||||
| * | srcclean on lua plugins, too | 2016-08-30 | 11 | -428/+428 | |
| | | |||||
| * | Add Lua-cleaning ability to srcclean | 2016-08-30 | 14 | -344/+695 | |
| | | |||||
| * | Merge pull request #1344 from johnparker007/j6_layouts | 2016-08-30 | 59 | -371/+465216 | |
| |\ | | | | | | | JPM IMPACT: Added 58 layouts | ||||
| | * | Added 58 layouts | 2016-08-29 | 59 | -371/+465216 | |
| | | | |||||
| * | | Merge pull request #1345 from johnparker007/mpu3_layouts | 2016-08-30 | 40 | -53/+229838 | |
| |\ \ | | | | | | | | | | MPU3: Added 39 layouts | ||||
| | * | | Add 39 layouts | 2016-08-29 | 40 | -53/+229838 | |
| | |/ | |||||
| * | | Fix MT05813, memory trashing by z8536 device | 2016-08-29 | 2 | -6/+6 | |
| | | | |||||
| * | | More cleanup on the back of Osso's fix for ↵ | 2016-08-30 | 5 | -31/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | a7e393b36b57cead61978f332135a509b2ddc82a (nw) * Make iterators actually meet requirements of ForwardIterator (and by consequence, ForwardIterator, Iterator and EqualityComparable) * Don't use function statics if they can be avoided - it isn't thread-safe * Remove leftover crud from when dynamic_buffer and friends were templates in lib/util It's still dangerous that the const behaviour of iterators doesn't match STL. Also, simple_list members with similar functionality to STL container members should be renamed. | ||||
| * | | emumem.cpp: fix regression in save states (nw) | 2016-08-29 | 1 | -1/+1 | |
| | | | |||||
| * | | wildfire: fix display problem on loadstate | 2016-08-29 | 1 | -2/+2 | |
| | | | |||||
| * | | chihiro/triforce comments-docs update from f205v | 2016-08-29 | 2 | -22/+22 | |
| | | | |||||
| * | | m5: Don't crash when not run with cartridges, nw | 2016-08-29 | 1 | -12/+16 | |
| | | | |||||
| * | | Fix MT06314, V33 only has a 20-bit address bus, nw | 2016-08-29 | 1 | -2/+4 | |
| | | | |||||
| * | | Fix MT06315, M6504 only has a 13-bit address bus, nw | 2016-08-29 | 1 | -1/+1 | |
| | | | |||||
| * | | eprom.cpp: fixed save state regression (nw) | 2016-08-29 | 1 | -0/+8 | |
| | | | |||||
| * | | forgot these on the previous srcclean run (nw) | 2016-08-29 | 15 | -21/+21 | |
| | | | |||||
| * | | Merge pull request #1342 from johnparker007/sc4_layouts_i-z | 2016-08-29 | 74 | -504/+586662 | |
| |\ \ | | | | | | | | | | Scorpion 4: added 73 layouts | ||||
| | * | | Scorpion 4: added 73 layouts | 2016-08-29 | 74 | -504/+586662 | |
| | |/ | |||||
| * | | Merge pull request #1339 from mamehaze/mpu4test3 | 2016-08-29 | 1 | -694/+696 | |
| |\ \ | | | | | | | | | | some more mpu4 descriptions (nw) | ||||
| | * | | mpu4sw.hxx - main description pass done (nw) | 2016-08-29 | 1 | -73/+73 | |
| | | | | |||||
| | * | | m4luckst, m4jwlcwn descriptions (nw) | 2016-08-28 | 1 | -68/+68 | |
| | | | | |||||
| | * | | couple more mpu4 descrptions (nw) | 2016-08-28 | 1 | -360/+360 | |
| | | | | |||||
| | * | | couple more MPU4 (nw) | 2016-08-28 | 1 | -77/+77 | |
| | | | | |||||
| | * | | some more mpu4 descriptions (nw) | 2016-08-28 | 1 | -116/+118 | |
| | | | | |||||
| * | | | Fix MT06317 and MT06316, will wnss | 2016-08-29 | 1 | -1/+5 | |
| | |/ |/| | |||||
| * | | dooyong.cpp: clean up, encapsulate stuff, use derived machine configs, ↵ | 2016-08-29 | 3 | -264/+294 | |
| | | | | | | | | | better represent the 16-bit text layer block on 8-bit machines | ||||
| * | | arkanoid.cpp: clean up comments and fix obsolete set names in comments which ↵ | 2016-08-29 | 1 | -14/+12 | |
| | | | | | | | | | have long since changed. Clean up and update notes about which MCUs are used. [Lord Nightmare] | ||||
| * | | mhavocrv: fix missing comment, fix date. (n/w) | 2016-08-29 | 1 | -1/+3 | |
| | | | |||||
| * | | Fixed pofo.xml structure (nw) | 2016-08-28 | 1 | -11/+11 | |
| | | | |||||
| * | | Merge pull request #1340 from ajrhacker/aug_fixes | 2016-08-29 | 4 | -3/+6 | |
| |\ \ | |/ |/| | Misc. fixes (nw) | ||||
| | * | Misc. fixes (nw) | 2016-08-28 | 4 | -3/+6 | |
| | | | | | | | | | | | | | | | - Correct address space number for audiocpu_map in barni.cpp - Add missing_dependencies check to airraid_dev (fixes segfault in tilemap viewer; yes, I know these tiles are 100% garbage) - Add assert to device_gfx_interface::palette() to help catch dependency mistakes like the above - Add MACHINE_IMPERFECT_SOUND to cshootert (music desyncs a lot) | ||||
| * | | srcclean new layouts | 2016-08-29 | 89 | -89/+89 | |
| | | | |||||
| * | | Merge pull request #1337 from johnparker007/j2_layouts | 2016-08-29 | 90 | -208/+594918 | |
| |\ \ | | | | | | | JPM MPS: Added 89 Layouts | ||||
| | * | | Added 89x Layouts | 2016-08-28 | 90 | -208/+594918 | |
| | | | | |||||
| * | | | Merge pull request #1338 from johnparker007/j5_layouts | 2016-08-29 | 22 | -75/+149792 | |
| |\ \ \ | | | | | | | | | JPM SYSTEM5: added 21 layouts | ||||
| | * | | | Add 21 layouts | 2016-08-28 | 22 | -75/+149792 | |
| | |/ / | |||||
| * | / | ajax: Slightly adjust visible area (MT #06356) | 2016-08-28 | 1 | -1/+1 | |
| | |/ |/| | |||||
| * | | small cleanup (nw) | 2016-08-29 | 1 | -48/+0 | |
| | | | |||||
| * | | srcclean and translation regeneration | 2016-08-29 | 313 | -31550/+31506 | |
| | | | |||||
