summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/univac.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-685/+0
* Minor comments etc in various drivers (mostly mine) Robbbert2022-04-141-15/+15
* Initialise class variables in some of my drivers. Robbbert2021-12-261-20/+18
* - alphatpc16, amstr_pc, cischeat, kaypro, m72, pdp11, peplus, pt68k4, rm380z,... Ivan Vangelista2021-02-241-1/+9
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* (nw) more cleanups Robbbert2020-06-141-2/+3
* -kinst, sbrkout, uknc, univac: Some simple screen ind16 -> rgb32 conversions, nw MooglyGuy2019-07-111-25/+21
* (nw) Clean up the mess on master Vas Crabb2019-03-261-108/+308
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-308/+108
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-10/+11
* univac.cpp: Less erratic sound (nw) AJR2019-01-141-0/+3
* univac.cpp: Add speaker sound for "audible alarm" AJR2019-01-141-5/+29
* uts20: Add UTS 400-Format Keyboard as slot option [AJR, Bitsavers] AJR2019-01-121-1/+4
* uts20 : added screen 2 (disp 1-2 key works now) Robbbert2019-01-111-2/+10
* uts20, uts10: Keyboard emulation and more AJR2019-01-081-92/+253
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* (nw) uts : fixed typo from last week. Robbbert2018-11-141-1/+1
* (nw) uts : added info found in a notepad from the old days Robbbert2018-11-111-3/+56
* (nw) uts10 : added keyboard rom; fixed ram error. Robbbert2018-11-111-5/+33
* univac.cpp: Add customized CRTC; configure CTC using verified input frequenci... AJR2018-11-101-12/+11
* (nw) uts : added info from Al Kossow Robbbert2018-11-101-6/+8
* new NOT WORKING machine : Sperry Univac UTS-10 Robbbert2018-11-081-54/+42
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-5/+5
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* devcb3 Vas Crabb2018-07-071-18/+18
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* (nw) quick protection before freeze Robbbert2018-05-271-2/+3
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-17/+19
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* (nw) uts20 : added graphics for corner characters, SOE and cursor. Robbbert2017-11-241-11/+63
* uts20: NVRAM is nybble-wide, add note about warm start detection Vas Crabb2017-11-201-3/+22
* uts20: implement parity poison feature, remove ROM patches (tests all pass) Vas Crabb2017-11-191-41/+123
* simplify calculation (nw) Vas Crabb2017-11-191-4/+2
* uts20 updates: Vas Crabb2017-11-191-2/+4
* z80sio updates: Vas Crabb2017-11-181-0/+1
* (nw) cb308, mcb216, cm1800 : added uart. cb308 & mcb216 marked as working. Robbbert2017-11-161-5/+5
* (nw) uts20 : more guesswork, added sound. Robbbert2017-11-021-33/+63
* (nw) partial revert of z80sio stuff Robbbert2017-11-011-9/+9