Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added save state to the remaining devices modernized by me in the past few ↵ | 2013-06-08 | 2 | -1/+18 | |
| | | | | days. nw. | ||||
* | 3rd time's the charm | 2013-06-07 | 1 | -0/+10 | |
| | | | protip: don't exit MAME during flashing the game | ||||
* | clear some more core dependencies (nw) | 2013-06-06 | 1 | -9/+0 | |
| | |||||
* | typo | 2013-06-04 | 1 | -1/+1 | |
| | |||||
* | I keep forgetting to remove this include... nw. | 2013-06-04 | 1 | -2/+0 | |
| | |||||
* | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 2 | -202/+169 | |
| | |||||
* | (note) | 2013-06-03 | 4 | -14/+21 | |
| | |||||
* | (nevermind) | 2013-06-02 | 1 | -2/+0 | |
| | |||||
* | correct ymf271 external memory handling | 2013-06-02 | 2 | -35/+52 | |
| | |||||
* | small fix with ext mem write (no game uses it tho) | 2013-06-02 | 1 | -1/+3 | |
| | |||||
* | disregard timer A upper bits after all (aka |= 0x300) | 2013-06-02 | 1 | -6/+8 | |
| | |||||
* | had to change 16bit pcm again after removing firebeat hack | 2013-06-02 | 1 | -2/+2 | |
| | |||||
* | Fix compile error regarding reordering variables (nw) | 2013-06-01 | 1 | -1/+1 | |
| | |||||
* | added readlatch (dummy read is documented by Yamaha) | 2013-06-01 | 2 | -19/+23 | |
| | |||||
* | accurate timer/irq emulation | 2013-06-01 | 2 | -35/+36 | |
| | |||||
* | "if( address < 0x800000)" was useless | 2013-06-01 | 1 | -13/+9 | |
| | |||||
* | get rid of timerA madness | 2013-06-01 | 1 | -10/+4 | |
| | | | | m_timerAVal |= 0x300; <-- uhh?? | ||||
* | addresses are 23-bit, and added alternate loop bit but can't find any game ↵ | 2013-06-01 | 2 | -4/+12 | |
| | | | | that uses it | ||||
* | sync stream before write | 2013-06-01 | 2 | -6/+8 | |
| | |||||
* | fix ymf278b irq regression | 2013-05-29 | 1 | -4/+7 | |
| | |||||
* | tms5220: minor wip, commented for now. (no whatsnew) | 2013-05-29 | 1 | -0/+13 | |
| | |||||
* | msm5205.c: modernized the device. [Fabio Priuli] | 2013-05-28 | 2 | -233/+184 | |
| | |||||
* | (MESS) minor improvements to pce save state reliability. not there yet + ↵ | 2013-05-26 | 1 | -0/+17 | |
| | | | | added saving for a crvision variable. nw | ||||
* | (MESS) sp0256: modernized the SP0256 Narrator Speech Processor sound device. ↵ | 2013-05-26 | 2 | -421/+410 | |
| | | | | [Fabio Priuli] | ||||
* | better safe than sowwy | 2013-05-23 | 1 | -1/+4 | |
| | |||||
* | fix irq timer regression | 2013-05-23 | 1 | -1/+1 | |
| | |||||
* | use device_post_load() instead of register_postload() (nw) | 2013-05-22 | 2 | -4/+2 | |
| | |||||
* | Cleanups and version bumpmame0148u5 | 2013-05-20 | 8 | -16/+16 | |
| | |||||
* | fixed memset size (nw) | 2013-05-16 | 1 | -2/+2 | |
| | |||||
* | started to modernise TMS5110 [smf] | 2013-05-16 | 2 | -780/+582 | |
| | |||||
* | file location update (nw) | 2013-05-15 | 1 | -1/+1 | |
| | |||||
* | modernised TMS5220 [smf] | 2013-05-14 | 3 | -2304/+677 | |
| | |||||
* | modernised CDDA & discard buffered samples when starting to play to avoid ↵ | 2013-05-13 | 2 | -227/+137 | |
| | | | | audio glitches and timing issues. [smf] | ||||
* | modernised YMF278B [smf] | 2013-05-13 | 2 | -412/+383 | |
| | |||||
* | modernised YM2413 [smf] | 2013-05-13 | 2 | -124/+47 | |
| | |||||
* | modernised YM3812 [smf] | 2013-05-13 | 2 | -125/+101 | |
| | |||||
* | attempt at a better name for what this actually is. (nw) | 2013-05-13 | 1 | -1/+1 | |
| | |||||
* | modernised the YMF262 [smf] | 2013-05-12 | 2 | -132/+93 | |
| | |||||
* | modernised Y8950 [smf] | 2013-05-12 | 2 | -169/+164 | |
| | |||||
* | removed unnecessary #includes (nw) | 2013-05-12 | 5 | -7/+1 | |
| | |||||
* | standardised on #include format (nw) | 2013-05-12 | 1 | -1/+1 | |
| | |||||
* | modernised the YM3526, which also required adding write lines to the 6502, ↵ | 2013-05-12 | 2 | -126/+105 | |
| | | | | 6809 and z80 [smf] | ||||
* | modernised YM2612/YM3438 [smf] | 2013-05-12 | 2 | -182/+97 | |
| | |||||
* | simplified ay8910_start_ym now that all sound chips that use it are devices (nw) | 2013-05-12 | 5 | -11/+10 | |
| | |||||
* | modernised the AY8910 [smf] | 2013-05-12 | 2 | -217/+84 | |
| | |||||
* | (MESS) PlayStation: Improved save state behavior, but still needs work. (nw) | 2013-05-12 | 1 | -36/+26 | |
| | |||||
* | clears variables to avoid random crashing (nw) | 2013-05-12 | 6 | -27/+60 | |
| | |||||
* | ym2612: temporarily limit table lookup ranges (nw) | 2013-05-11 | 1 | -4/+4 | |
| | |||||
* | a few changes for consistency (nw) | 2013-05-11 | 2 | -8/+7 | |
| | |||||
* | modernised YM2203 [smf] | 2013-05-11 | 2 | -149/+146 | |
| |