summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/psx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/psx.cpp')
-rw-r--r--src/devices/cpu/psx/psx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/psx/psx.cpp b/src/devices/cpu/psx/psx.cpp
index c3e2e340d24..76ce228fa85 100644
--- a/src/devices/cpu/psx/psx.cpp
+++ b/src/devices/cpu/psx/psx.cpp
@@ -2026,7 +2026,7 @@ void psxcpu_device::state_import( const device_state_entry &entry )
// for the debugger
//-------------------------------------------------
-void psxcpu_device::state_string_export( const device_state_entry &entry, std::string &str ) const
+void psxcpu_device::state_string_export(const device_state_entry &entry, std::string &str)
{
switch( entry.index() )
{
(nw) AJR2017-11-303-215/+29 * swtpc09: Memory banking modernization (nw) AJR2017-11-303-199/+315 * swtpc09: Change baud clock to MC14411; clean up some shared code (nw) AJR2017-11-303-64/+21 * swtpc: Preliminary SS-50 I/O bus AJR2017-11-305-31/+542 * validity.cpp: Prevent insane recursion when multiple slot devices have the sa... AJR2017-11-301-2/+3 * (nw) debugcmd : exiting isn't an error Robbbert2017-12-011-1/+1 * Reset m_dasm on source switch (nw) Olivier Galibert2017-11-303-1/+12 * Fix non-initialized member of debugcpu (nw) Olivier Galibert2017-11-301-0/+1 * (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-0115-367/+310 * poly88.cpp: Update notes (nw) AJR2017-11-301-8/+19 * micro3d: Add terminal to the DrMath board Dirk Best2017-11-303-28/+11 * MCS-40 is paged (nw) Vas Crabb2017-12-013-7/+10 * (nw) hg_frd : added devices Robbbert2017-12-011-7/+67 * typo (nw) MetalliC2017-11-301-3/+3 * Better layout views for et3400 including display labels and clickable keypad ... Vas Crabb2017-11-301-38/+224 * Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-30115-559/+533 * ymz774: assume each sequencer have its own current bank (nw) MetalliC2017-11-302-0/+11 * ymz774: add sequencer, blind work based on KOF98UM rom data, not tested at al... MetalliC2017-11-302-11/+126 * arm7: fix unaligned 16-bit loads Vas Crabb2017-11-303-13/+13 * fixes (nw) Olivier Galibert2017-11-303-3/+3 * zn.ccp: Accurate information about rom labels for the Judge Dredd sets (nw) briantro2017-11-301-4/+4 * cdi.cpp: decapped and dumped quizard3 MCU [Team Europe] Ivan Vangelista2017-11-301-4/+4 * rs232: Add DCE RxC/TxC callbacks (untested) and table of standard signals (nw) AJR2017-11-302-0/+58 * Merge pull request #2869 from DavidHaywood/251117 MetalliC2017-11-305-106/+122 |\ | * new NOT WORKING David Haywood2017-11-305-106/+122 * | fix build (nw) Vas Crabb2017-11-301-3/+1 |/ * New working machine added