| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -558/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -2/+2 | |
| | | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. | ||||
| * | rest for Juergen (nw) | 2015-05-07 | 1 | -5/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | vtech1: Add software list for some tapes | 2014-12-13 | 1 | -0/+3 | |
| | | |||||
| * | (MESS) vtech1: fixed cassette recording (thanks to ubee for reporting the ↵ | 2014-11-12 | 1 | -2/+2 | |
| | | | | | problem) | ||||
| * | (MESS) vz200de marked as not working, no roms dumped. Fixes MT05738. | 2014-10-17 | 1 | -1/+1 | |
| | | |||||
| * | static_config removed from speaker (nw) | 2014-09-13 | 1 | -7/+1 | |
| | | |||||
| * | Cleanups and version bump | 2014-07-22 | 1 | -2/+2 | |
| | | |||||
| * | vtech1: Add "VZ-200 Enhanced BASIC V1.01" [Chicken Man] | 2014-06-11 | 1 | -3/+9 | |
| | | |||||
| * | vtech1: Use the slot system for I/O and Memory expansion slots. Emulate | 2014-06-07 | 1 | -626/+128 | |
| | | | | | the newly dumped RS-232 cartridge. Add support for the WordPro cartridge. Cleanup driver. | ||||
| * | mc6847: converted to use devcb2, delegates and inline configs. nw. | 2014-05-13 | 1 | -56/+20 | |
| | | |||||
| * | cassette config moved inline (nw) | 2014-05-02 | 1 | -9/+3 | |
| | | |||||
| * | Cleanup of image device interfaces (nw) | 2014-05-02 | 1 | -7/+0 | |
| | | |||||
| * | Added serial printer, renamed centronics printer to match. Standardised the ↵ | 2014-04-16 | 1 | -1/+1 | |
| | | | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf] | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -4/+4 | |
| | | |||||
| * | modernized access for legacy floppy, quite straight forward thing (nw) | 2014-04-02 | 1 | -1/+1 | |
| | | |||||
| * | hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ↵ | 2014-03-28 | 1 | -7/+4 | |
| | | | | | in gime, this fixes coco3 issue (nw) | ||||
| * | second round of clang 3.4 fixes for MESS (nw) | 2014-02-20 | 1 | -0/+2 | |
| | | |||||
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are | 2014-02-19 | 1 | -16/+16 | |
| | | | | | | | | | | | | | | | | | | | | as follows: MAKE_RGB(r,g,b) == rgb_t(r,g,b) MAKE_ARGB(a,r,g,b) == rgb_t(a,r,g,b) RGB_ALPHA(data) == data.a() RGB_RED(data) == data.r() RGB_GREEN(data) == data.g() RGB_BLUE(data) == data.b() RGB_BLACK == rgb_t::black RGB_WHITE == rgb_t::white Implicit conversions to/from UINT32 are built in as well as simple addition, subtraction, and scaling (with clamping). As a result of being a class, some stricter typing was needed in a few places but overall not too much. | ||||
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ | 2014-02-09 | 1 | -12/+24 | |
| | | | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] | ||||
| * | Cleanups and version bumpmame0151 | 2013-11-05 | 1 | -2/+2 | |
| | | |||||
| * | moved centronics into emu/bus (nw) | 2013-10-23 | 1 | -1/+1 | |
| | | |||||
| * | add license info for some things i worked on, some small cleanups | 2013-10-17 | 1 | -19/+4 | |
| | | |||||
| * | Cleanups and version bumpmame0149u1 | 2013-07-23 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) vtech1: fixed i/o ports for vz300, laser310 allowing disk to work. ↵ | 2013-07-11 | 1 | -0/+1 | |
| | | | | | [Robbbert] | ||||
| * | (MESS) Vtech1 : fixed i/o error when reading disks. [Robbbert] | 2013-07-11 | 1 | -2/+3 | |
| | | | | (out of whatsnew) not tested on writing. Also, it works on VZ200 with 18K of ram, but freezes on vz300. | ||||
| * | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -1/+1 | |
| | | |||||
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -9/+11 | |
| | | |||||
| * | cleanup (nw) | 2013-04-19 | 1 | -5/+4 | |
| | | |||||
| * | SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) | 2013-04-19 | 1 | -2/+3 | |
| | | |||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -3/+3 | |
| | | |||||
| * | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -1/+1 | |
| | | |||||
| * | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -2/+2 | |
| | | | | | now to follow (nw) | ||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -3/+5 | |
| | | |||||
| * | run latest srcclean on rest of files (nw) | 2013-03-19 | 1 | -2/+0 | |
| | | |||||
| * | Some mess modernization (nw) | 2013-02-18 | 1 | -20/+20 | |
| | | |||||
| * | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -2/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -65/+65 | |
| | | |||||
| * | Replaced all device_t's with actual device classes. Regression test ↵ | 2012-11-26 | 1 | -5/+2 | |
| | | | | | recommended. (nw) | ||||
| * | vtech1: fixed shrg (no whatsnew) | 2012-10-15 | 1 | -2/+1 | |
| | | |||||
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) | 2012-09-26 | 1 | -14/+16 | |
| | | |||||
| * | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -3/+3 | |
| | | | | | to make next changes easier (no whatsnew) | ||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -7/+7 | |
| | | | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it. | ||||
| * | Memory handler normalization, part 2. Change legacy | 2012-09-17 | 1 | -11/+11 | |
| | | | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles] | ||||
| * | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | and set_state() to set_state_int() for consistency. Update all callers. Also add set_pc() helper and updated all callers to use that instead of set_state_int(STATE_GENPC) [Aaron Giles] Added device_t::state() method to get the state interface. Added redundant device_state_interface::state() method to catch redundant use of it. [Aaron Giles] Removed cpu_get_reg() and cpu_set_reg() macros in favor of using the above methods. [Aaron Giles] | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+1107 | |
