Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent ↵ | 2016-04-24 | 1 | -1/+1 | ||
|/ | | | | confusion (nw) | |||||
* | hphybrid: interrupt vector fetching fixed. One day I'll eventually get | 2016-04-06 | 1 | -1/+1 | ||
| | | | | it right.. | |||||
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format ↵ | 2016-02-28 | 1 | -1/+1 | ||
| | | | | | | | | | and string_format Update MAME to use new function Instantiate ODR-used static constant members Make some of the UI code more localisable Remove use of retired functions in tools | |||||
* | Cleanups and version bump | 2016-02-24 | 1 | -1/+1 | ||
| | ||||||
* | hphybrid: interrupt vector fetching fixed (again) | 2016-02-17 | 1 | -7/+2 | ||
| | ||||||
* | Cleanups and version bumpmame0170 | 2016-01-27 | 2 | -91/+91 | ||
| | ||||||
* | reverting: | 2016-01-20 | 2 | -6/+6 | ||
| | | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) | |||||
* | Revert "rest of device parameters to std::string (nw)" | 2016-01-20 | 2 | -2/+2 | ||
| | | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7. | |||||
* | rest of device parameters to std::string (nw) | 2016-01-16 | 2 | -2/+2 | ||
| | ||||||
* | tags are now strings (nw) | 2016-01-16 | 2 | -6/+6 | ||
| | | | | fix start project for custom builds in Visual Studio (nw) | |||||
* | Revert "remove const (nw)" | 2016-01-13 | 2 | -2/+2 | ||
| | | | | This reverts commit e96fd34dd817f1113daf9e6b099a8f40cfd1ed6d. | |||||
* | remove const (nw) | 2016-01-11 | 2 | -2/+2 | ||
| | ||||||
* | Return std::string objects by value rather than pass by reference | 2016-01-10 | 2 | -9/+9 | ||
| | | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string | |||||
* | hphybrid: fixed interrupt bug in 5061-3001 | 2015-12-31 | 2 | -84/+93 | ||
| | ||||||
* | Cleanups and version bumpmame0169 | 2015-12-30 | 3 | -991/+989 | ||
| | ||||||
* | cleanups (nw) | 2015-12-25 | 1 | -1/+1 | ||
| | ||||||
* | hp9845b & hphybrid: added missing "override"s | 2015-12-16 | 1 | -25/+25 | ||
| | ||||||
* | hp9845b: first release (to be completed) | 2015-12-15 | 1 | -1/+1 | ||
| | ||||||
* | hphybrid: fixed MAE bug, added "PA changed" callback | 2015-12-15 | 2 | -1/+18 | ||
| | ||||||
* | hphybrid: added selection of boot mode for 5061-3001 | 2015-12-15 | 2 | -10/+31 | ||
| | ||||||
* | hp9845b: first version (implemented devices: 2 CPUs, RAMs, test ROM, text ↵ | 2015-12-15 | 1 | -1/+1 | ||
| | | | | mode video) | |||||
* | hphybrid: implemented all EMC instructions, seem ok | 2015-12-15 | 3 | -7/+259 | ||
| | ||||||
* | hphybrid: register W added (it's needed by 9845 test ROM) | 2015-12-15 | 2 | -0/+13 | ||
| | ||||||
* | hphybrid: access to top half of base page fixed | 2015-12-15 | 1 | -0/+5 | ||
| | ||||||
* | hphybrid: first draft of HP-5061-3001 CPU driver | 2015-12-15 | 3 | -331/+900 | ||
| | ||||||
* | override part 2 (nw) | 2015-12-05 | 1 | -13/+13 | ||
| | ||||||
* | clang-modernize part 3 | 2015-12-04 | 2 | -2/+2 | ||
| | ||||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 2 | -0/+0 | ||
| | ||||||
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 3 | -0/+1388 | ||