Commit Graph

45122 Commits

Author SHA1 Message Date
MetalliC
df60b8d95a New WORKING machines added
--------------------------
Gorodki [shiru8bit, IgorR76, '15kop' arcade museum]

New machines added as MACHINE_NOT_WORKING
-----------------------------------------
Kot Rybolov [shiru8bit, IgorR76, '15kop' arcade museum]
2016-07-16 18:04:14 +03:00
ImJezze
502e02642e Fixed dimension of high-res snapshots (Alt + 12) and AVI records (Alt + Shift + F12) when screen dimension is swapped 2016-07-16 14:42:42 +02:00
ImJezze
6a592feca9 Added generic fix for #6286
- this does not fix #6291
2016-07-16 14:42:41 +02:00
R. Belmont
ae0761f646 Merge pull request #1104 from Shideravan/patch-22
Starting work doing the GBA e-reader software-list
2016-07-16 06:11:05 -04:00
R. Belmont
13c8e76cf7 Merge pull request #1093 from stevenc99/kfreebsd
GNU/kFreeBSD support
2016-07-16 06:09:32 -04:00
R. Belmont
2c4b160486 Merge pull request #1090 from Shideravan/patch-21
Filling some missing years in the software-list
2016-07-16 06:08:39 -04:00
R. Belmont
9e3c799022 Merge pull request #1084 from system11b/S11mjfixes4
Corrected dips for mjflove and ojousan [system11]
2016-07-16 06:07:28 -04:00
R. Belmont
bc33ee65c4 Merge pull request #1073 from ajrhacker/render_crosshair
Crosshair refactoring (nw)
2016-07-16 06:07:11 -04:00
R. Belmont
72b19e0c25 Merge pull request #1072 from oxc/pkg_config_from_env
Take pkg-config path from env if defined
2016-07-16 06:04:52 -04:00
Ivan Vangelista
e3a81674d2 epos.cpp: notes + found out the flip screen bit. flip screen still need work though (nw) 2016-07-16 11:38:49 +02:00
Ivan Vangelista
01ced8725f airbustr.cpp, ajax.cpp, asuka.cpp: simplified rom loading (nw) 2016-07-16 09:58:17 +02:00
Robbbert
778fb6b20a MBC200: added keyboard and sound. Fixed buffer overflow when scrolling. Marked as working. 2016-07-16 14:26:17 +10:00
arbee
a92cd6a8e3 sun4: pass 4/75 tests until MMU fault trap (nw) 2016-07-15 23:24:50 -04:00
Scott Stone
97b08fe184 Added missing keys in mz80a and fixes MT#6298 (nw) 2016-07-15 20:42:24 -04:00
Peter Ferrie
fffc0764df apple2: don't allow debugger to trigger slot switching [Peter Ferrie] 2016-07-15 16:47:32 -07:00
Scott Stone
670748c6e4 Assorted typos fixed (MT #6295, 6296) (nw) 2016-07-15 12:38:06 -04:00
Robbbert
ef6152c401 KONIN: Replaced unused screen with terminal. Added uart and notes. (nw) 2016-07-16 00:02:54 +10:00
Vas Crabb
528880efc1 Merge pull request #1106 from MooglyGuy/master
Hook up bwtwo video for sun4_40
2016-07-15 23:11:46 +10:00
therealmogminer@gmail.com
da0a4cb78b Hook up bwtwo video for sun4_40, nw 2016-07-15 15:10:15 +02:00
Vas Crabb
ef11069ee4 Merge pull request #1105 from MooglyGuy/master
Initial FDC hookup in sun4.cpp [Ryan Holtz]
2016-07-15 22:39:01 +10:00
therealmogminer@gmail.com
fe5852677c -sun4.cpp: Hooked up FDC. [MooglyGuy] 2016-07-15 14:32:58 +02:00
Vas Crabb
ce0162de56 UI refactoring: [Vas Crabb]
* more const where it should be
* don't unnecessarily copy big maps
* don't make things members when they shouldn't be
* get rid of a couple more function statics
* move custom render and tab navigate up to base class
2016-07-15 22:24:34 +10:00
Robbbert
200adb341a JONOS: Used correct CPU, added notes (nw). 2016-07-15 22:08:17 +10:00
Olivier Galibert
9eb57470c9 Fix archimedes disk format [O. Galibert] 2016-07-15 12:43:40 +02:00
Shideravan
7c5cce0acb Starting work doing the GBA e-reader software-list
While e-reader isn't fully support, I'll start to document the know .raw files
I'm starting with the across - series 1 (based in no-intro set)
2016-07-15 06:04:45 -03:00
Vas Crabb
88eb373cf9 Merge pull request #1103 from shattered/_8671e47
rainbow, vt240: unbreak after commit 97721a4 + mark mc7105 working
2016-07-15 17:50:09 +10:00
Sergey Svishchev
64f624234c mc7105: fix keyboard, mark working 2016-07-15 10:44:05 +03:00
Sergey Svishchev
ad4150720b rainbow, vt240: unbreak writes to DTR after 97721a45be 2016-07-15 10:44:05 +03:00
Vas Crabb
7d5da01f94 check a bunch more RGB operations in validity (nw)
implement the missing ones in rgbgen
format similar one-liners in a more tabular way
use default copy construct/assign
2016-07-15 16:18:42 +10:00
Vas Crabb
231bfb6237 UI refactoring: [Vas Crabb]
* .h -> .ipp for things that aren't really headers
* make more stuff in selmenu private
* move the remembered driver/software associated with the snap to the cache object
* start cleaning up constness in datfile manager - it's still a mess of non-const statics
2016-07-15 16:05:23 +10:00
Scott Stone
c2194cb335 Fixed memory width error for p72 centronics device but ram mapping issue remains (nw) 2016-07-14 21:56:35 -04:00
Robbbert
75852c8845 Merge branch 'master' of https://github.com/mamedev/mame 2016-07-15 11:33:42 +10:00
Robbbert
8182200d0e TIM100: put the proper defaults in 2016-07-15 11:32:46 +10:00
Vas Crabb
cca0a05258 Merge pull request #1091 from ajrhacker/feversoc_nvram
feversoc: Add NVRAM, identify some DIPs, document build date
2016-07-15 11:21:47 +10:00
Vas Crabb
cee8ee270a Merge pull request #1102 from ajrhacker/tim100_fix
Fix TIM-100 mconfig (nw)
2016-07-15 11:07:23 +10:00
Ivan Vangelista
9a8eb9f97c New clones added or promoted from NOT_WORKING status
----------------------------------------------------
Beastie Feastie (Epos Tristar 9000 hardware) [The Iron Goat]

Needs 2p inputs. PROM seems good, but should be checked if possible
2016-07-14 23:18:11 +02:00
angelosa
33394e20c0 Notes about how to load a floppy in supervisor mode, nw 2016-07-14 23:00:06 +02:00
AJR
23e2d094c0 Fix TIM-100 mconfig (nw)
This may or may not work, but it passes validation and prevents unused variable errors.
2016-07-14 16:41:42 -04:00
cracyc
fa6bd37265 plugins/cheatfind: add operand size to simple cheat and write cheats from cheatfind into simple file (nw) 2016-07-14 14:57:47 -05:00
Jonathan Gevaryahu
5707b183dd Merge pull request #1101 from MooglyGuy/master
Fix PIL handling in SPARC core.
2016-07-14 15:42:03 -04:00
therealmogminer@gmail.com
cb1c1557cf Fix PIL handling in SPARC core. (nw) 2016-07-14 20:58:06 +02:00
system11b
5d5d09e7d8 changed order of dips by request. 2016-07-14 18:54:38 +01:00
Steven Chamberlain
ef8816ae18 bx: sync with upstream 2016-07-14 18:31:16 +01:00
Olivier Galibert
1cdc1d5c8f Merge pull request #1100 from MooglyGuy/master
Make loop collation optional for debugger trace and traceover commands
2016-07-14 18:34:48 +02:00
therealmogminer@gmail.com
c643372753 Make loop collation optional for debugger trace and traceover commands 2016-07-14 16:13:52 +02:00
Robbbert
d3dd9f8f95 TIM100: some work on fixing the display (nw) 2016-07-14 23:40:22 +10:00
Vas Crabb
3a21b0ed0e Merge pull request #1099 from npwoods/consolidate_create_option_guides
Consolidating implementations of create_option_guide() that return nullptr [Nathan Woods]
2016-07-14 23:33:13 +10:00
Vas Crabb
46e374e7bf UI menu refactoring: [Vas Crabb]
* Eliminate some function statics
* Move another launch menu specific member out of base class
* Move some common code from selgame and selsoft into selmenu
* Tighten up const and casts
2016-07-14 23:15:47 +10:00
Nathan Woods
9f68940b24 Removing nullptr image_formats, and fixing formatting 2016-07-14 08:16:27 -04:00
Vas Crabb
bb6369ab0d pass through debugger access in read handlers (nw) 2016-07-14 16:31:47 +10:00