summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/xtal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* multipcm.cpp: Corrected clock divider and clocks for users of YMW-258-F to ↵ arbee2020-11-161-0/+1
| | | | match schematics. [R. Belmont]
* xtal: Added XTAL for AlphaTantel. Nigel Barnes2020-11-141-0/+1
|
* New working machines Nigel Barnes2020-11-061-0/+1
| | | | | | | | | -------------------- Hektor II [Nigel Barnes, Binary Dinosaurs, Centre for Computing History] New working clones ------------------ Hektor [Nigel Barnes, Centre for Computing History]
* New machines marked as NOT_WORKING AJR2020-09-171-0/+2
| | | | | ---------------------------------- Roland JD-800 Programmable Synthesizer [DBWBP]
* New machines marked as NOT_WORKING Dirk Best2020-09-071-0/+1
| | | | | ---------------------------------- Informer 207/100 [Bitsavers]
* xtal: Add 9.732 MHz (used by CTA Invader) Dirk Best2020-08-281-0/+1
|
* odyssey2: different video xtal for jopac hap2020-08-221-0/+1
|
* i8244: fix problem with zoomed sprites, update sound/video at tighter intervals hap2020-08-121-2/+2
|
* odyssey2: add preliminary Videopac+ C7420 Home Computer Module emulation hap2020-08-121-0/+1
|
* mcs48: fix possible missed timer overflow if burn_cycles is larger than 2 hap2020-08-111-2/+4
|
* odyssey2: make Videopac C52 a clone set(different XTAL), make g7400 a parent set hap2020-08-021-0/+2
|
* New NOT_WORKING software list additions hap2020-08-011-0/+1
| | | | | --------------------------------------- odyssey2: Home Computer Module (Euro) [unknown]
* New machines marked as NOT_WORKING AJR2020-07-311-2/+4
| | | | | ---------------------------------- CIT-101e Video Terminal [Bitsavers]
* New machines marked as NOT_WORKING AJR2020-07-281-0/+1
| | | | | ---------------------------------- CIT-101XL Video Display Terminal [Bitsavers, Al Kossow]
* atarifb: improve interrupts, led multiplexing, sprite raster effects (nw) hap2020-06-161-1/+1
|
* msx: add note on xtals (nw) hap2020-05-301-0/+2
|
* New machines marked as NOT_WORKING AJR2020-05-071-0/+1
| | | | | ---------------------------------- ERGO 201 Kurzweil [Bitsavers]
* Move sprite delaying behavior into screen_vblank for some drivers (#6596) cam9002020-04-271-0/+2
| | | | | | | | | * Move sprite delaying behavior into screen_vblank gaiden.cpp, tecmo16.cpp, suprnova.cpp : Move delayed sprite drawing function into screen_vblank suprnova.cpp : Use generic gfx layout, Fix CPU clock related to XTAL, Use device for screen * xtal.cpp : Add notes of super kaneko nova system (suprnova.cpp) XTALs * xtal.cpp: Further notes
* New machines marked as NOT_WORKING AJR2020-04-041-1/+2
| | | | | ---------------------------------- Roland JV-880 Multi Timbral Synthesizer Module [DBWBP]
* Add H8/500 disassembler and skeleton CPU device family AJR2020-04-041-0/+1
| | | | | | alesis_qs.cpp: Document XTALs; replace legacy MCFG in comments (nw) picno.cpp: Replace legacy MCFG in comments (nw)
* New machines marked as NOT_WORKING AJR2020-03-261-0/+1
| | | | | ---------------------------------- Yamaha TX81Z FM Tone Generator [DBWBP]
* cz101: XTAL value to be used later (nw) AJR2020-03-231-0/+1
|
* New machines marked as NOT_WORKING AJR2020-03-231-0/+1
| | | | | | | | | | ---------------------------------- Roland S-50 Digital Sampling Keyboard [DBWBP] Roland W-30 Music Workstation [DBWBP] New clones marked as NOT_WORKING -------------------------------- Roland S-550 Digital Sampler [DBWBP]
* New machines marked as NOT_WORKING AJR2020-03-221-1/+2
| | | | | | | | | | ---------------------------------- Roland S-10 Digital Sampling Keyboard [DBWBP] Roland S-220 Digital Sampler [DBWBP] New clones marked as NOT_WORKING -------------------------------- Roland MKS-100 Digital Sampler [DBWBP]
* New machines marked as NOT_WORKING AJR2020-03-141-0/+1
| | | | | | ---------------------------------- Roland TR-707 Rhythm Composer [DBWBP] Roland TR-727 Rhythm Composer [DBWBP]
* New machines marked as NOT_WORKING AJR2020-02-181-0/+2
| | | | | ---------------------------------- Pied Piper Communicator 1 [Adrian Graham]
* Merge branch 'release0218' into mainline-master Vas Crabb2020-02-021-1/+1
|\
| * stray tab (nw) Vas Crabb2020-01-311-1/+1
| |
* | fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
|/ | | | | | | | | | | | | | | | * fixed some modernize-redundant-void-arg clang-tidy warnings (nw) * fixed some modernize-use-bool-literals clang-tidy warnings (nw) * fixed some modernize-use-emplace clang-tidy warnings (nw) * fixed some performance-move-const-arg clang-tidy warnings (nw) * fixed some readability-redundant-control-flow clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) * fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
* xtal: add missing xtal (nw) hap2020-01-151-0/+1
|
* New working clone braintro2020-01-131-0/+1
| | | | | | New working clone ------------------ The Last Apostle Puppetshow [smitdogg, David Haywood, The Dumping Union]
* bus/bbc/1mhzbus: Added BeebOPL FM Synthesiser. Nigel Barnes2020-01-071-0/+1
|
* New machines marked as NOT_WORKING AJR2019-12-311-0/+1
| | | | | ---------------------------------- ADM 12 [Bitsavers]
* New machines marked as NOT_WORKING AJR2019-12-291-0/+2
| | | | | ---------------------------------- AT&T 610 Business Communication Terminal [Bitsavers]
* lh5801: Internalize clock divider (nw) AJR2019-12-281-0/+1
| | | | pc1500: Use documented XTAL value (nw)
* cgsix: Add raw parameters for screen (nw) AJR2019-11-161-0/+1
|
* Correct one XTAL value (nw) AJR2019-11-131-0/+1
|
* New machines marked as NOT_WORKING AJR2019-10-251-0/+1
| | | | | ---------------------------------- Teleray Model 10 [Bitsavers]
* xtal.cpp: Some more Macintosh XTALs for later use (nw) AJR2019-10-151-0/+3
|
* xtal: add comment (nw) hap2019-10-131-1/+1
|
* Merge pull request #5686 from JoakimLarsson/epc_3 Joakim Larsson Edström2019-10-111-0/+1
|\ | | | | Rebase and completion of split out of epc driver and addition of graphics card
| * mda: Added Ericsson Monochrome HR Graphics Board 1070 (might be splitted out ↵ Joakim Larsson Edstrom2019-09-261-0/+1
| | | | | | | | later) and introduced logmacro.h
* | swtpc8212: Split into separate driver (nw) AJR2019-10-081-0/+1
| |
* | prof180x: Correct CPU type and XTAL frequency (nw) AJR2019-09-301-1/+1
|/
* xtal.cpp: Slight correction to one value (nw) AJR2019-09-251-1/+1
|
* dragon32: Added JCB Speech Synthesis cartridge. Nigel Barnes2019-09-071-0/+1
|
* New working machines Roberto Fresca2019-08-151-0/+1
| | | | | | -------------------- Potten's Poker stealth with Breakout front game [Roberto Fresca, Grull Osgo, Pako Ortiz, Rockman, Recreativas.org]
* neptunp2.cpp: Add XTAL definition (nw) AJR2019-08-011-0/+1
|
* seta2 xtal: add extra digit (nw) hap2019-08-011-1/+1
|
* xtal: correct typo (nw) hap2019-06-231-3/+3
|