| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
device)
|
| |
|
|
|
| |
* Fix Heath H19 keyboard
* Fix how enable/disable of 25th line is handled.
* Updated to use internal ROM in MM5740.
|
| |\
| |
| | |
iNES Mapper 190 support, miscellanous cleanups in some drivers
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Prodigy display
|
| | | | |
|
| |/ /
| |
| |
| |
| | |
- Moved 9312 and 74279 to ttl macro library.
- Renamed TTL_9312_* to DM9312. This is more appropriate.
- Fixed a number of warnings from latest ubuntu clang-5.0.
|
| |\ \
| | |
| | | |
ms0515.cpp -- hook up keyboard and floppy, improve video emulation etc. (take 2)
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Use size_t for sizes and <algorithm> for algorithms
* Fix up some files that were getting linked into multiple libs
* Add missing virtual method to sh2 peripheral class
* Put shortname in driver struct for locality
* Use shared pointers in config LRU cache for safety
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Per Vas' request. If the compile fails for you (i'm thinking osx and
windows native debuggers here in particular), add '#include "emu.h"'
as first include of the cpp files that fail.
Due to our use of precompilation and forced inclusion, emu.h must be
included as the very first non-comment thing we do if we want to be
sure msvc compiles are identical to gcc/clang ones. Doing it directly
instead of through an include increases the correctness probability by
a magnitude.
|
| | | |
| | |
| | | |
nltool and nlwav now use wmain, i.e. UNICODE main on windows. (nw)
|
| |/ /
| |
| |
| | |
Instead, they have to be prefixed by "netlist/". Removed unneeded link
librariers for nltool and nlwav along the way. (nw)
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
[Curt Coder]
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Created devices for the galaxy games carts (EEPROM + Flash + PIC) and the slot(s)
- Removed code patches and emulated the PIC communication and bank switching
- Converted the blitter to a device (cesblit.cpp)
- moved the Galaxy Games from tmaster.cpp to their own driver (galgames.cpp)
Provided the PIC code for all four StarPak cartridges [Keith M. Kolmos]
New working machines
--------------------
Galaxy Games StarPak 3
[Keith M. Kolmos, Rod_Wod, Sean Sutton, Soren Skou Nielsen, Russell Howard, Francis Ramirez,
Tourniquet, BrianT, coolmod, Smitdogg, The Dumping Union, Luca Elia]
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
|
|
|
| |
* Put Amiga keyboard implementations in a namespace
* Factor out matrix keys to a common module shared by A500/A1200
* Make new German matrix based on US matrix with Alt-chars hooked up
* Remove outdated comment
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Added m146805 and m68hc05 to unidasm
* Made opcode tables configurable in m6805_base_device, provided tables for HMOS, CMOS and HC families
* Implemented MUL instruction, made unimplemented STOP and WAIT raise fatal error
* Added skeleton MC68HC05C4 with RAM and ROM in correct locations in memory map
|
| |
|
|
|
|
|
|
| |
Device implementations (all cpp files in netlist/devices) now should
only include nl_base.h.
Netlist implementation sources should only include "net_lib.h".
Refactored netlist.h and netlist.cpp to avoid namespace congestion in
netlist.h.
Fixed VC2015 build. (nw)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
MAME 0.182
Conflicts:
src/mame/drivers/aristmk5.cpp
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Interpro
|
| | | | |
|
| | |/
|/| |
|
| | | |
|
| |\ \
| | |
| | | |
Miniforce and fccpu20 slot device
|
| | | | |
|
| | | | |
|
| |\ \ \
| |/ /
|/| | |
hcd62121/cfx9850: several small cleanups (nw)
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| |
| | |
* should be #included after other headers and after optionally #defining VERBOSE
* usage samples in z80scc.cpp and m68705.cpp
68705: add lots of logging to help trace issues
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- refactored reverse polish notation evaluator into own source files.
- added function parameter to current and voltage sources VS and CS.
You can now use those to e.g. produce a sine wave.
- Changed code to allow devices to optionally be treated as dynamic or
timestepping devices.
[Couriersud]
|
| |\ \
| | |
| | | |
- WIP: Refactored device: MPCC 68561 (nw)
|
| | | |
| | |
| | |
| | |
| | | |
- 68230 PIT: Added support for the PSR register, H1-H4 sense and direct pin levels
- WIP: fccpu20: added mpcc device and serial interface (nw)
|
| | | | |
|